We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 052f0aa commit b049fa2Copy full SHA for b049fa2
buildkite.yml
@@ -0,0 +1,5 @@
1
+steps:
2
+ - label: "Test with stable"
3
+ command: rustup run stable cargo test
4
+ - label: "Test with beta"
5
+ command: rustup run beta cargo test
0 commit comments