We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8188049 commit 1945450Copy full SHA for 1945450
1 file changed
.github/workflows/tsan.yml
@@ -82,14 +82,6 @@ jobs:
82
run: |
83
cmake --build cmake.output --target cppcheck -- -j $(nproc)
84
85
- - name: Build test
86
- run: |
87
- cmake --build cmake.output --target testrunner -- -j $(nproc)
88
-
89
- - name: Build GUI tests
90
91
- cmake --build cmake.output --target gui-tests -- -j $(nproc)
92
93
- name: Run test/cli (-j2)
94
95
pwd=$(pwd)
0 commit comments