Skip to content

Commit 896e5f6

Browse files
committed
fixup! DEBUG: add timing info to unit tests
1 parent 0a079ce commit 896e5f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clang-sanitizer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787
make TAGS="-d yes' '~[!shouldfail]' '~[not_ubsan]" -C unit test
8888
make TAGS="-d yes" -C jbmc/unit test
8989
echo "Running expected failure tests"
90-
make TAGS="-d yes [!shouldfail]" -C unit test
91-
make TAGS="-d yes [!shouldfail]" -C jbmc/unit test
90+
make TAGS="-d yes' '[!shouldfail]" -C unit test
91+
make TAGS="-d yes' '[!shouldfail]" -C jbmc/unit test
9292
- name: Run regression tests
9393
run: |
9494
export PATH=$PATH:`pwd`/src/solvers

0 commit comments

Comments
 (0)