Add wasm tests (#74)
This commit is contained in:
parent
2b2881a375
commit
5077768172
13 changed files with 92 additions and 29 deletions
4
Makefile
4
Makefile
|
|
@ -12,6 +12,10 @@ test:
|
|||
@cargo test --no-default-features
|
||||
@cargo test --no-default-features --features bytes
|
||||
|
||||
.PHONY: wasi-test
|
||||
wasi-test:
|
||||
@cargo test --all-features --target=wasm32-wasip1 -- --nocapture
|
||||
|
||||
format:
|
||||
@rustup component add rustfmt 2> /dev/null
|
||||
@cargo fmt --all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue