1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-04-26 07:35:04 +02:00

feat(ci): add buildkite config

This commit is contained in:
mokou 2020-04-08 11:54:23 +02:00 committed by fmoko
parent 052f0aa7d4
commit b049fa2c84

5
buildkite.yml Normal file
View File

@ -0,0 +1,5 @@
steps:
- label: "Test with stable"
command: rustup run stable cargo test
- label: "Test with beta"
command: rustup run beta cargo test