We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaaf057 commit 75d0251Copy full SHA for 75d0251
.github/workflows/clang-sanitizer.yaml
@@ -78,11 +78,11 @@ jobs:
78
run: ccache -s
79
- name: Run unit tests
80
run: |
81
- make -C unit test
82
- make -C jbmc/unit test
+ make TAGS="-d yes" -C unit test
+ make TAGS="-d yes" -C jbmc/unit test
83
echo "Running expected failure tests"
84
- make TAGS="[!shouldfail]" -C unit test
85
- make TAGS="[!shouldfail]" -C jbmc/unit test
+ make TAGS="-d yes [!shouldfail]" -C unit test
+ make TAGS="-d yes [!shouldfail]" -C jbmc/unit test
86
- name: Run regression tests
87
88
export PATH=$PATH:`pwd`/src/solvers
0 commit comments