mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-16 12:12:54 +00:00
6 lines
147 B
YAML
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
|