mirror of
https://github.com/notohh/rustlings.git
synced 2024-10-31 01:09:11 -04:00
5 lines
147 B
YAML
5 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
|