diff --git a/.appveyor.yml b/.appveyor.yml index bea1a69de..18cff7054 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -51,7 +51,7 @@ build_script: - cargo build --release --manifest-path lib/runtime-c-api/Cargo.toml test_script: - - cargo test --manifest-path lib/spectests/Cargo.toml --features clif -- --nocapture + - cargo test --manifest-path lib/spectests/Cargo.toml --release --features clif -- --nocapture before_deploy: - appveyor PushArtifact target\release\wasmer_runtime_c_api.dll