Skip to content

Commit b22d2e7

Browse files
committed
Run unit tests depending on Z3 on Windows CI job
As these now work, they should be tested in CI.
1 parent 27b9337 commit b22d2e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ jobs:
482482
- name: Run CBMC and JBMC unit tests
483483
run: |
484484
make CXX=clcache BUILD_ENV=MSVC -C unit test
485+
make CXX=clcache BUILD_ENV=MSVC -C unit test TAGS="[z3]"
485486
make CXX=clcache BUILD_ENV=MSVC -C jbmc/unit test
486487
- name: Run CBMC regression tests
487488
run: make CXX=clcache BUILD_ENV=MSVC -C regression test

0 commit comments

Comments
 (0)