Check all things in CI (inc. examples)
This commit is contained in:
parent
73c8d0ddc2
commit
6888dda451
2 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -64,4 +64,5 @@ install:
|
||||||
build: false
|
build: false
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
- cargo check --all-targets
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue