Skip to content

Commit

Permalink
Fix downstream tests (#114)
Browse files Browse the repository at this point in the history
* Set required ENV var

* Fix it

* Use env parameterinstead of exporting
  • Loading branch information
0xTim committed Aug 18, 2022
1 parent 08fb9b2 commit 00c2f2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:
- run: swift package edit leaf-kit --revision ${{ github.sha }}
working-directory: ./leaf
- run: swift test --sanitize=thread
env:
SWIFT_DETERMINISTIC_HASHING: 1
working-directory: ./leaf

0 comments on commit 00c2f2c

Please sign in to comment.