From 5e60b7fcff2ff0bd9e8378ee22f472b37241768d Mon Sep 17 00:00:00 2001 From: Jochen maes Date: Sat, 21 Oct 2023 08:46:51 +0200 Subject: [PATCH] adds test drone Signed-off-by: Jochen maes --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..5cfcd46 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +--- +kind: pipeline +type: docker +name: default + +steps: + - name: test + image: rust:1.73 + commands: + - cargo test