Skip to content

Commit

Permalink
Excluded the new wasmer-compiler-cli from lint test, like wasmer-cli …
Browse files Browse the repository at this point in the history
…it's based on
  • Loading branch information
ptitSeb committed Apr 21, 2022
1 parent 72fa57b commit ad28c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ ifneq ($(ENABLE_LLVM), 0)
endif
endif

exclude_tests := --exclude wasmer-c-api --exclude wasmer-cli
exclude_tests := --exclude wasmer-c-api --exclude wasmer-cli --exclude wasmer-compiler-cli
# Is failing to compile in Linux for some reason
exclude_tests += --exclude wasmer-wasi-experimental-io-devices
# We run integration tests separately (it requires building the c-api)
Expand Down

0 comments on commit ad28c69

Please sign in to comment.