We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7461183 commit 82bac48Copy full SHA for 82bac48
.github/workflows/CI.yml
@@ -318,7 +318,7 @@ jobs:
318
- name: run tests
319
run: |
320
cd build
321
- if [ "${{ matrix.sanitizer }}" == "thread" ]; then cd test/basics; fi
+ if [ "${{ matrix.sanitizer }}" = "thread" ]; then cd test/basics; fi
322
CTEST_OUTPUT_ON_FAILURE=1 timeout -k 10s --foreground 18m make test VERBOSE=1
323
timeout-minutes: 19
324
0 commit comments