We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9f9a4 commit dc9f206Copy full SHA for dc9f206
appveyor.yml
@@ -50,10 +50,10 @@ install:
50
build: false
51
52
test_script:
53
- - cargo build --verbose --target %TARGET%
54
- - cargo test --target %TARGET%
+ - cargo build --verbose
+ - cargo test
55
- if [%CHANNEL%]==[nightly] (
56
cargo clean &&
57
- cargo build --verbose --target %TARGET% --features "compiletest" &&
58
- cargo test --target %TARGET% --features "compiletest"
+ cargo build --verbose --features "compiletest" &&
+ cargo test --features "compiletest"
59
)
0 commit comments