mirror of
https://github.com/italicsjenga/ash-molten.git
synced 2024-12-23 21:31: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:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
fast_finish: true
|
||||
include:
|
||||
- os: osx
|
||||
|
@ -28,5 +24,5 @@ script:
|
|||
- cargo clippy -- -D warnings
|
||||
# Build everything in a separate step to make a
|
||||
# clear distinction between building and testing
|
||||
- cargo test --no-run
|
||||
- cargo test --no-fail-fast
|
||||
- cargo test --no-run -vv
|
||||
- cargo test --no-fail-fast -vv
|
||||
|
|
Loading…
Reference in a new issue