11 lines
219 B
Bash
Executable File
11 lines
219 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cargo test \
|
|
--features "test-programs/test_programs" \
|
|
--workspace \
|
|
--exclude '*lightbeam*' \
|
|
--exclude 'wasmtime-wasi-*' \
|
|
--exclude 'peepmatic*' \
|
|
--exclude wasi-crypto \
|
|
$@
|