mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-02-02 09:46:06 +00:00
build-on-stable etc
This commit is contained in:
parent
174e0edece
commit
2ec060e097
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
||||||
language: rust
|
language: rust
|
||||||
rust:
|
rust:
|
||||||
|
- nightly
|
||||||
- beta
|
- beta
|
||||||
|
- stable
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- rust: nightly
|
||||||
script:
|
script:
|
||||||
- RUST_BACKTRACE=1 CARGO_INCREMENTAL=0 cargo test --all
|
- RUST_BACKTRACE=1 CARGO_INCREMENTAL=0 cargo test --all
|
||||||
- RUST_BACKTRACE=1 CARGO_INCREMENTAL=0 cargo test --tests --all
|
- RUST_BACKTRACE=1 CARGO_INCREMENTAL=0 cargo test --tests --all
|
||||||
|
|
Loading…
Reference in a new issue