1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-20 00:08:06 +02:00
rustlings/buildkite.yml

6 lines
147 B
YAML
Raw Normal View History

2020-04-08 11:54:23 +02:00
steps:
- label: "Test with stable"
command: rustup run stable cargo test
- label: "Test with beta"
command: rustup run beta cargo test