From dc5d3a8dd684cda6eed8ec297091a74b4def0820 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 4 Oct 2023 14:37:09 +0200 Subject: [PATCH] test: build, init & test in one stage --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 9dd7664b..655a1561 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,8 @@ steps: environment: ABRA_DIR: "/root/.abra" commands: + - make build-abra + - ./abra help # show version, initialise $ABRA_DIR - make test depends_on: - make check