We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3484b2b commit b59c789Copy full SHA for b59c789
appveyor.yml
@@ -16,5 +16,5 @@ build: false
16
test_script:
17
- cargo build --target %TARGET%
18
- cargo build --release --target %TARGET%
19
- - cargo test --target %TARGET%
20
- - cargo test --release --target %TARGET%
+ - cargo test --no-default-features --target %TARGET%
+ - cargo test --no-default-features --release --target %TARGET%
0 commit comments