Skip to content

Commit

Permalink
fix: Add wasmer-swift to excluded packages to test
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Jun 7, 2024
1 parent 286f679 commit 4b59f93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -168,6 +168,7 @@ exclude_tests := --exclude wasmer-c-api --exclude wasmer-cli --exclude wasmer-co
# We run integration tests separately (it requires building the c-api)
exclude_tests += --exclude wasmer-integration-tests-cli
exclude_tests += --exclude wasmer-integration-tests-ios
exclude_tests += --exclude wasmer-swift

ifneq (, $(findstring llvm,$(compilers)))
ENABLE_LLVM := 1

0 comments on commit 4b59f93

Please sign in to comment.