CI: put tests into a separate script so they can be run externally (#2956)
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
#!/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
|
||||
10
ci/run-tests.sh
Executable file
10
ci/run-tests.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
cargo test \
|
||||
--features "test-programs/test_programs" \
|
||||
--workspace \
|
||||
--exclude '*lightbeam*' \
|
||||
--exclude 'wasmtime-wasi-*' \
|
||||
--exclude 'peepmatic*' \
|
||||
--exclude wasi-crypto \
|
||||
$@
|
||||
Reference in New Issue
Block a user