Skip to content

Commit ab6f8f5

Browse files
Run unit tests on AppVeyor
1 parent 0c8d59b commit ab6f8f5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ install:
1818
- rustc -V
1919
- cargo -V
2020

21-
build: false
22-
2321
branches:
2422
only:
2523
- auto
2624
- try
2725

28-
test_script:
26+
build_script:
2927
- cargo build
28+
29+
test_script:
30+
- cargo test

0 commit comments

Comments
 (0)