This repository has been archived on 2023-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
rustlings-exercises-completed/buildkite.yml

6 lines
147 B
YAML
Raw Normal View History

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