mirror of
https://github.com/italicsjenga/ash-molten.git
synced 2024-12-23 13:21:30 +11:00
Build only on stable and enable verbosity
This commit is contained in:
parent
b8a269ca29
commit
6339e9210b
|
@ -2,11 +2,7 @@ language: rust
|
||||||
|
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
- beta
|
|
||||||
- nightly
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
|
||||||
- rust: nightly
|
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- os: osx
|
- os: osx
|
||||||
|
@ -28,5 +24,5 @@ script:
|
||||||
- cargo clippy -- -D warnings
|
- cargo clippy -- -D warnings
|
||||||
# Build everything in a separate step to make a
|
# Build everything in a separate step to make a
|
||||||
# clear distinction between building and testing
|
# clear distinction between building and testing
|
||||||
- cargo test --no-run
|
- cargo test --no-run -vv
|
||||||
- cargo test --no-fail-fast
|
- cargo test --no-fail-fast -vv
|
||||||
|
|
Loading…
Reference in a new issue