Files
wasmtime/ci/run-experimental-x64-ci.sh
2020-09-22 10:43:28 +02:00

18 lines
568 B
Bash
Executable File

#!/bin/bash
cargo +nightly \
-Zfeatures=all -Zpackage-features \
test \
--features test-programs/test_programs \
--features experimental_x64 \
--all \
--exclude wasmtime-lightbeam \
--exclude peepmatic \
--exclude peepmatic-automata \
--exclude peepmatic-fuzzing \
--exclude peepmatic-macro \
--exclude peepmatic-runtime \
--exclude peepmatic-test \
--exclude peepmatic-souper \
--exclude lightbeam