diff --git a/buildkite.yml b/buildkite.yml deleted file mode 100644 index 91a0753..0000000 --- a/buildkite.yml +++ /dev/null @@ -1,5 +0,0 @@ -steps: - - label: "Test with stable" - command: rustup run stable cargo test - - label: "Test with beta" - command: rustup run beta cargo test