Skip to content

Commit ce275fa

Browse files
committed
run all unit tests in tsan workflow
1 parent e88a63e commit ce275fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tsan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585
- name: test runtime
8686
run: |
8787
cd build
88-
ctest -R acl_test -v
89-
88+
ctest -V
89+
9090
- name: tsan result
9191
uses: actions/upload-artifact@v2
9292
if: always()

0 commit comments

Comments
 (0)