Don't run CI commands in virtual workspace
Feature flags are currently ignored in root of virtual workspace, and cause a compile error in nightly.
This commit is contained in:
parent
20da4d21a2
commit
9324fdd531
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ jobs:
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
script:
|
script:
|
||||||
|
- cd "${TRAVIS_BUILD_DIR}/schemars"
|
||||||
- cargo check --verbose --all --no-default-features
|
- cargo check --verbose --all --no-default-features
|
||||||
- cargo build --verbose --all --all-features
|
- cargo build --verbose --all --all-features
|
||||||
- cargo test --verbose --all --all-features --no-fail-fast
|
- cargo test --verbose --all --all-features --no-fail-fast
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue