Skip to content

Commit 5489a94

Browse files
fixed unset -e problem
1 parent cd184bf commit 5489a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: test
2121
id: test
2222
run: |
23-
unset -e
23+
set +e
2424
make test >> .tempfile 2>&1 || true
2525
cat .tempfile
2626
cat .tempfile | grep "Error 74" >/dev/null

0 commit comments

Comments
 (0)