Skip to content

Commit

Permalink
Update Swift Package Manager command in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Troy Stump committed May 2, 2024
1 parent cf2f961 commit 3bbcd1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ carthage:
./carthage.sh build --no-skip-current --use-xcframeworks;

spm:
swift test --enable-test-discovery --sanitize=thread
# FIXME: After resolving data races, change the below line to: swift test --sanitize thread
swift test


example:
Expand Down

0 comments on commit 3bbcd1d

Please sign in to comment.