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 0a079ce commit 896e5f6Copy full SHA for 896e5f6
.github/workflows/clang-sanitizer.yaml
@@ -87,8 +87,8 @@ jobs:
87
make TAGS="-d yes' '~[!shouldfail]' '~[not_ubsan]" -C unit test
88
make TAGS="-d yes" -C jbmc/unit test
89
echo "Running expected failure tests"
90
- make TAGS="-d yes [!shouldfail]" -C unit test
91
- make TAGS="-d yes [!shouldfail]" -C jbmc/unit test
+ make TAGS="-d yes' '[!shouldfail]" -C unit test
+ make TAGS="-d yes' '[!shouldfail]" -C jbmc/unit test
92
- name: Run regression tests
93
run: |
94
export PATH=$PATH:`pwd`/src/solvers
0 commit comments