mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00: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
|