Implement JsonSchema for atomics
This commit is contained in:
parent
60bfc6ee49
commit
cc896739d3
9 changed files with 168 additions and 112 deletions
|
@ -10,6 +10,6 @@ jobs:
|
|||
fast_finish: true
|
||||
script:
|
||||
- cd "${TRAVIS_BUILD_DIR}/schemars"
|
||||
- cargo check --verbose --all --no-default-features
|
||||
- cargo build --verbose --all --all-features
|
||||
- cargo test --verbose --all --all-features --no-fail-fast
|
||||
- cargo check --verbose --no-default-features
|
||||
- cargo build --verbose --all-features
|
||||
- cargo test --verbose --all-features --no-fail-fast
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue