Skip to content

Commit

Permalink
Run unit tests on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ecstatic-morse committed Feb 19, 2019
1 parent 0c8d59b commit 07fd80d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ install:
- rustc -V
- cargo -V

build: false

branches:
only:
- auto
- try
- master

test_script:
build_script:
- cargo build

test_script:
- cargo test

0 comments on commit 07fd80d

Please sign in to comment.