diff --git a/library/compiler-builtins/appveyor.yml b/library/compiler-builtins/appveyor.yml index 80d943c4b52e..61e5d6ce76f1 100644 --- a/library/compiler-builtins/appveyor.yml +++ b/library/compiler-builtins/appveyor.yml @@ -16,5 +16,5 @@ build: false test_script: - cargo build --target %TARGET% - cargo build --release --target %TARGET% - - cargo test --no-default-features --feature gen-tests --target %TARGET% - - cargo test --no-default-features --feature gen-tests --release --target %TARGET% + - cargo test --no-default-features --features gen-tests --target %TARGET% + - cargo test --no-default-features --features gen-tests --release --target %TARGET%