Skip to content

Commit

Permalink
Remove thread sanitizer from macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Nov 26, 2021
1 parent 21913d6 commit 5ea7ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: SPM tests
run: swift test --enable-code-coverage --sanitize=thread
run: swift test --enable-code-coverage
- name: Convert coverage files
run: |
xcrun llvm-cov export -format "lcov" \
Expand Down

0 comments on commit 5ea7ebc

Please sign in to comment.