diff --git a/buildkite.yml b/buildkite.yml new file mode 100644 index 00000000..91a0753c --- /dev/null +++ b/buildkite.yml @@ -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