Skip to content

Commit

Permalink
fix ci (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
poor-circle authored Feb 5, 2025
1 parent 7d37e64 commit 0868878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ jobs:
- name: Test
working-directory: ${{github.workspace}}/build
run: |
export TSAN_OPTIONS="halt_on_error=1"
ctest -C ${{matrix.mode}} -j 1 -V
export TSAN_OPTIONS="halt_on_error=1"
ctest -C ${{matrix.mode}} -j 1 -V
ubuntu_clang_for_liburing:
strategy:
Expand Down

0 comments on commit 0868878

Please sign in to comment.