Skip to content

Commit

Permalink
fix make target
Browse files Browse the repository at this point in the history
  • Loading branch information
nacardin committed Jul 12, 2024
1 parent a6662b9 commit 942643e
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 @@ -44,7 +44,7 @@ test-wasm-safari: install-wasm32 install-wasm-pack
wasm-pack test --safari --headless

test-derive:
cd async-test-derive; cargo test
cd fluvio-future-derive; cargo test

check-wasm: install-wasm32
cargo build --target wasm32-unknown-unknown --all-features
Expand Down

0 comments on commit 942643e

Please sign in to comment.