CI: don't test wasmtime-fuzzing when building wasmtime dist executables

This commit is contained in:
Nick Fitzgerald
2019-11-25 12:43:04 -08:00
parent 22741358ec
commit 8a58cad329

View File

@@ -234,7 +234,7 @@ jobs:
- run: $CENTOS cargo build --release --manifest-path crates/api/Cargo.toml
shell: bash
# Test what we just built
- run: $CENTOS cargo test --features test_programs --release --all --exclude lightbeam --exclude wasmtime-wasi-c --exclude wasmtime-py --exclude wasmtime
- run: $CENTOS cargo test --features test_programs --release --all --exclude lightbeam --exclude wasmtime-wasi-c --exclude wasmtime-py --exclude wasmtime --exclude wasmtime-fuzzing
shell: bash
env:
RUST_BACKTRACE: 1