Skip to content

Commit f433e6a

Browse files
committed
Add runner of multithreaded unit tests (#205)
1 parent a280dc3 commit f433e6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
shell: bash
5454
run: |
5555
ctest -j32 --preset release-unit
56+
ctest --preset release-unit-mt
5657
5758
integration:
5859
concurrency:

0 commit comments

Comments
 (0)