Skip to content

Commit 97349fb

Browse files
committed
xxx
1 parent 6ba3f5f commit 97349fb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,7 @@ jobs:
221221
# (odd).
222222
# tests/check-all
223223
# make -j 15 check || (cat ./test-suite.log; false)
224+
pwd
225+
ls -la
224226
make check-local-c-list
225227
done

tools/check-c-list.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/bash
22

3-
set -e
3+
set -ex
44

55
print_and_exit() {
66
local err="$1"

0 commit comments

Comments
 (0)