ci: allow passing additional parameters to run-experimental-x64-ci;

This makes it possible to run a subset of the tests with e.g.
`./ci/run-experimental-x64-ci.sh -- wast::Cranelift::spec`.
This commit is contained in:
Benjamin Bouvier
2020-09-22 17:18:07 +02:00
parent 1fabb051b0
commit ce512e4ede

View File

@@ -14,4 +14,5 @@ cargo +nightly \
--exclude peepmatic-runtime \ --exclude peepmatic-runtime \
--exclude peepmatic-test \ --exclude peepmatic-test \
--exclude peepmatic-souper \ --exclude peepmatic-souper \
--exclude lightbeam --exclude lightbeam \
$@