From 3866f8fd73c307099ec580de01a0537d9b1081b2 Mon Sep 17 00:00:00 2001 From: Syrus Date: Thu, 7 Mar 2019 19:32:04 -0800 Subject: [PATCH] Updated test script --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index dec078c91..eca2e24ae 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -48,7 +48,7 @@ build_script: - cargo build --release --verbose test_script: - - cargo test --package wasmer-spectests + - cargo test --manifest-path lib/spectests/Cargo.toml --features clif after_build: - cd ./src/installer