Skip to content

Commit

Permalink
Don't need --workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Bellamy committed Apr 3, 2023
1 parent 02549c2 commit 1a3586e
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 @@ -56,7 +56,7 @@ build-test-wasms: Cargo.lock
cargo build --package 'test_*' --profile test-wasms --target wasm32-unknown-unknown

test: build-test-wasms
cargo test --workspace
cargo test

e2e-test:
cargo test --test it -- --ignored
Expand Down

0 comments on commit 1a3586e

Please sign in to comment.