Skip to content

Commit

Permalink
test: Amend tests
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed Oct 30, 2023
1 parent 5c0135b commit cdad8c8
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 145 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
uses: actions/checkout@v3.2.0
- name: style check
run: |
sudo apt-get install -q -y clang-format-15
sudo apt-get install -q -y clang-format
sh scripts/check-format.sh
shell: bash
2 changes: 0 additions & 2 deletions scripts/check-format.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env bash

. .ci/common.sh

set -x

for file in ${SOURCES};
Expand Down
4 changes: 0 additions & 4 deletions scripts/cross-test.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#!/usr/bin/env bash

. .ci/common.sh

check_platform

# Clang/LLVM is natively a cross-compiler.
# TODO: Do cross-compilation using Clang
# https://clang.llvm.org/docs/CrossCompilation.html
Expand Down
Loading

0 comments on commit cdad8c8

Please sign in to comment.