Skip to content

Commit

Permalink
Fix Windows CI (take 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne authored Oct 5, 2024
1 parent 84e20b8 commit 0155fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
uses: actions/checkout@v4
- name: Run unit tests
run: |
SWIFT_DETERMINISTIC_HASHING=1 swift test ${PACKAGE_ROOT} ${WITH_TSAN} ${TEST_FILTER} ${EXTRA_FLAGS}
swift test ${PACKAGE_ROOT} ${WITH_TSAN} ${TEST_FILTER} ${EXTRA_FLAGS}
lint:
if: ${{ inputs.with_linting }}
Expand Down

0 comments on commit 0155fd2

Please sign in to comment.