From 76bbc3c2aa8bd54c158931e9d52269e05deca757 Mon Sep 17 00:00:00 2001
From: mokou <mokou@posteo.de>
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 0000000..91a0753
--- /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