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.
unit_test
[z3]
1 parent 557e822 commit 328e4b5Copy full SHA for 328e4b5
.github/workflows/pull-request-checks.yaml
@@ -108,6 +108,7 @@ jobs:
108
run: |
109
make -C unit test
110
make -C jbmc/unit test
111
+ make TAGS="[z3]" -C unit test
112
- name: Run expected failure unit tests
113
114
make TAGS="[!shouldfail]" -C unit test
@@ -288,7 +289,9 @@ jobs:
288
289
- name: Print ccache stats
290
run: ccache -s
291
- name: Run unit tests
- run: cd unit; ./unit_tests
292
+ run: |
293
+ cd unit; ./unit_tests
294
+ ./unit_tests "[z3]"
295
- name: Run JBMC unit tests
296
run: cd jbmc/unit; ./unit_tests
297
- name: Run regression tests
0 commit comments