mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
9 lines
143 B
YAML
9 lines
143 B
YAML
language: rust
|
|
rust: nightly
|
|
sudo: false
|
|
|
|
script:
|
|
- python util/update_lints.py -c
|
|
- cargo test --features debugging
|
|
- bash util/dogfood.sh
|