Skip to content

Commit 3f439d0

Browse files
committed
pass --target on appveyor
1 parent e721969 commit 3f439d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ install:
1717
build: false
1818

1919
test_script:
20-
- cargo test
21-
- cargo test --release
20+
- cargo test --target %TARGET%
21+
- cargo test --release --target %TARGET%

0 commit comments

Comments
 (0)