Skip to content

Commit 1945450

Browse files
committed
remove
1 parent 8188049 commit 1945450

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/tsan.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,6 @@ jobs:
8282
run: |
8383
cmake --build cmake.output --target cppcheck -- -j $(nproc)
8484
85-
- name: Build test
86-
run: |
87-
cmake --build cmake.output --target testrunner -- -j $(nproc)
88-
89-
- name: Build GUI tests
90-
run: |
91-
cmake --build cmake.output --target gui-tests -- -j $(nproc)
92-
9385
- name: Run test/cli (-j2)
9486
run: |
9587
pwd=$(pwd)

0 commit comments

Comments
 (0)