mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
14 lines
203 B
YAML
14 lines
203 B
YAML
language: rust
|
|
rust:
|
|
- stable
|
|
- beta
|
|
- nightly
|
|
matrix:
|
|
allow_failures:
|
|
- rust: nightly
|
|
fast_finish: true
|
|
cache: cargo
|
|
script:
|
|
- cargo build --verbose --all
|
|
- cargo test --verbose --all
|