Skip to content

Commit dc9f206

Browse files
committed
Try running appveyor tests without explicit target flag
1 parent 9b9f9a4 commit dc9f206

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ install:
5050
build: false
5151

5252
test_script:
53-
- cargo build --verbose --target %TARGET%
54-
- cargo test --target %TARGET%
53+
- cargo build --verbose
54+
- cargo test
5555
- if [%CHANNEL%]==[nightly] (
5656
cargo clean &&
57-
cargo build --verbose --target %TARGET% --features "compiletest" &&
58-
cargo test --target %TARGET% --features "compiletest"
57+
cargo build --verbose --features "compiletest" &&
58+
cargo test --features "compiletest"
5959
)

0 commit comments

Comments
 (0)