1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-06 11:16:08 +02:00
rustlings/buildkite.yml
2020-04-08 12:08:37 +02:00

6 lines
147 B
YAML

steps:
- label: "Test with stable"
command: rustup run stable cargo test
- label: "Test with beta"
command: rustup run beta cargo test