mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-01 07:53:30 +02:00
feat(ci): add buildkite config
This commit is contained in:
committed by
fmoko
co-authored by
fmoko
parent
052f0aa7d4
commit
b049fa2c84
@@ -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
|
||||
Reference in New Issue
Block a user