From ea4c9d6a76a1bdc60a9da42039a2509fc22eab8e Mon Sep 17 00:00:00 2001 From: Harald Kube Date: Mon, 8 Mar 2021 00:46:13 +0100 Subject: [PATCH] Update .drone.yml --- .drone.yml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index ef4de2e..3c8ad5f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,12 +1,21 @@ kind: pipeline -type: exec -name: toolchain +name: default steps: -- name: build +- name: test + image: rust:1.50-slim commands: - - pwd - - ls -lh + - cargo test + +# kind: pipeline +# type: exec +# name: toolchain + +# steps: +# - name: build +# commands: +# - pwd +# - ls -lh # - docker build -t drone_rust:1.50-musl . # ---