From b049fa2c84dba0f0c8906ac44e28fd45fba51a71 Mon Sep 17 00:00:00 2001 From: mokou Date: Wed, 8 Apr 2020 11:54:23 +0200 Subject: [PATCH] feat(ci): add buildkite config --- buildkite.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 buildkite.yml 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