Test in release mode in windows (faster tests)

This commit is contained in:
Syrus 2019-08-05 18:42:35 -07:00
parent a56aaeaaa3
commit c15da949bb

View File

@ -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