Skip to content

Commit 75d0251

Browse files
committed
DEBUG: add timing info to unit tests
1 parent eaaf057 commit 75d0251

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/clang-sanitizer.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ jobs:
7878
run: ccache -s
7979
- name: Run unit tests
8080
run: |
81-
make -C unit test
82-
make -C jbmc/unit test
81+
make TAGS="-d yes" -C unit test
82+
make TAGS="-d yes" -C jbmc/unit test
8383
echo "Running expected failure tests"
84-
make TAGS="[!shouldfail]" -C unit test
85-
make TAGS="[!shouldfail]" -C jbmc/unit test
84+
make TAGS="-d yes [!shouldfail]" -C unit test
85+
make TAGS="-d yes [!shouldfail]" -C jbmc/unit test
8686
- name: Run regression tests
8787
run: |
8888
export PATH=$PATH:`pwd`/src/solvers

0 commit comments

Comments
 (0)