We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unset -e
1 parent cd184bf commit 5489a94Copy full SHA for 5489a94
.github/workflows/check.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: test
21
id: test
22
run: |
23
- unset -e
+ set +e
24
make test >> .tempfile 2>&1 || true
25
cat .tempfile
26
cat .tempfile | grep "Error 74" >/dev/null
0 commit comments