wasm: include package tests in Cargo alias

This commit is contained in:
Brian Carroll 2022-02-02 23:45:05 +00:00
parent 03c99bdb44
commit 3cc64209b5

View File

@ -1,4 +1,4 @@
[alias]
test-gen-llvm = "test -p test_gen"
test-gen-dev = "test -p roc_gen_dev -p test_gen --no-default-features --features gen-dev"
test-gen-wasm = "test -p test_gen --no-default-features --features gen-wasm"
test-gen-wasm = "test -p roc_gen_wasm -p test_gen --no-default-features --features gen-wasm"