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
|
||||
|
||||
script:
|
||||
- cargo build
|
||||
- cargo check --all-targets
|
||||
- cargo test
|
||||
|
||||
after_success:
|
||||
|
|
|
|||
|
|
@ -64,4 +64,5 @@ install:
|
|||
build: false
|
||||
|
||||
test_script:
|
||||
- cargo check --all-targets
|
||||
- cargo test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue