You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
605 B
18 lines
605 B
#!/bin/bash
|
|
|
|
cargo test \
|
|
--locked \
|
|
--features test-programs/test_programs \
|
|
--features old-x86-backend \
|
|
--all \
|
|
--exclude wasmtime-lightbeam \
|
|
--exclude wasmtime-wasi-nn \
|
|
--exclude wasmtime-wasi-crypto \
|
|
--exclude peepmatic \
|
|
--exclude peepmatic-automata \
|
|
--exclude peepmatic-fuzzing \
|
|
--exclude peepmatic-macro \
|
|
--exclude peepmatic-runtime \
|
|
--exclude peepmatic-test \
|
|
--exclude peepmatic-souper \
|
|
--exclude lightbeam
|
|
|