From bb2bb4e94ba0322ba3b1eed7413a66f14b34e162 Mon Sep 17 00:00:00 2001 From: Harald Kube Date: Mon, 8 Mar 2021 01:23:34 +0100 Subject: [PATCH] Update .drone.yml --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.drone.yml b/.drone.yml index 3c8ad5f..83bae97 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,13 @@ kind: pipeline name: default + +steps: +- name: test + image: rust:1.50-slim + commands: + - cargo build + steps: - name: test image: rust:1.50-slim