feat(ci): add buildkite config
This commit is contained in:
5
buildkite.yml
Normal file
5
buildkite.yml
Normal 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
|
||||||
Reference in New Issue
Block a user