diff --git a/ci/run-experimental-x64-ci.sh b/ci/run-experimental-x64-ci.sh new file mode 100755 index 0000000000..2773eee2d8 --- /dev/null +++ b/ci/run-experimental-x64-ci.sh @@ -0,0 +1,17 @@ +#!/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