Check all things in CI (inc. examples)

This commit is contained in:
Jon Gjengset 2018-04-03 13:03:51 -04:00
parent 73c8d0ddc2
commit 6888dda451
No known key found for this signature in database
GPG key ID: D64AC9D67176DC71
2 changed files with 2 additions and 1 deletions

View file

@ -20,7 +20,7 @@ matrix:
- rust: nightly - rust: nightly
script: script:
- cargo build - cargo check --all-targets
- cargo test - cargo test
after_success: after_success:

View file

@ -64,4 +64,5 @@ install:
build: false build: false
test_script: test_script:
- cargo check --all-targets
- cargo test - cargo test