mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-12-04 21:45:55 +00:00
7 lines
228 B
YAML
7 lines
228 B
YAML
language: rust
|
|
rust:
|
|
- nightly
|
|
script:
|
|
- 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 --examples --all
|