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