Skip to content

Commit

Permalink
Fix swift test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Scuderi committed Mar 19, 2024
1 parent bd2ee81 commit 9271e50
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 @@ -21,7 +21,8 @@ localstack:
docker run -it --rm -p "4566:4566" localstack/localstack

test:
swift test --sanitize=thread --enable-code-coverage
swift build --build-tests --enable-code-coverage
swift test --skip-build --enable-code-coverage

coverage:
llvm-cov export $(TEST_PACKAGE) \
Expand Down

0 comments on commit 9271e50

Please sign in to comment.