Skip to content

Commit

Permalink
fix: gh command
Browse files Browse the repository at this point in the history
  • Loading branch information
FredrikOseberg committed Dec 1, 2023
1 parent cf022af commit 491c1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run tests
run: 'swift test --sanitize=thread 2>&1 | grep "ThreadSanitizer: data race" && exit 1'
run: 'swift test --sanitize=thread 2>&1 | grep -q "ThreadSanitizer: data race" && exit 1'

0 comments on commit 491c1f7

Please sign in to comment.