We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e721969 commit 3f439d0Copy full SHA for 3f439d0
appveyor.yml
@@ -17,5 +17,5 @@ install:
17
build: false
18
19
test_script:
20
- - cargo test
21
- - cargo test --release
+ - cargo test --target %TARGET%
+ - cargo test --release --target %TARGET%
0 commit comments