mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-12-04 05:29:44 +00:00
7 lines
225 B
YAML
7 lines
225 B
YAML
language: rust
|
|
rust:
|
|
- beta
|
|
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
|