Skip to content

Commit 82bac48

Browse files
debug
1 parent 7461183 commit 82bac48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ jobs:
318318
- name: run tests
319319
run: |
320320
cd build
321-
if [ "${{ matrix.sanitizer }}" == "thread" ]; then cd test/basics; fi
321+
if [ "${{ matrix.sanitizer }}" = "thread" ]; then cd test/basics; fi
322322
CTEST_OUTPUT_ON_FAILURE=1 timeout -k 10s --foreground 18m make test VERBOSE=1
323323
timeout-minutes: 19
324324

0 commit comments

Comments
 (0)