Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
thom311 committed Nov 20, 2024
1 parent 6ba3f5f commit 97349fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,5 +221,7 @@ jobs:
# (odd).
# tests/check-all
# make -j 15 check || (cat ./test-suite.log; false)
pwd
ls -la
make check-local-c-list
done
2 changes: 1 addition & 1 deletion tools/check-c-list.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/bash

set -e
set -ex

print_and_exit() {
local err="$1"
Expand Down

0 comments on commit 97349fb

Please sign in to comment.