mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 17:53:56 +00:00
8 lines
119 B
YAML
8 lines
119 B
YAML
language: rust
|
|
rust: nightly
|
|
sudo: false
|
|
|
|
script:
|
|
- python util/update_lints.py -c
|
|
- cargo test --features debugging
|