From 074a62807b41983325bcd507e4b77b2763906117 Mon Sep 17 00:00:00 2001 From: kayomn Date: Mon, 3 Oct 2022 22:58:58 +0100 Subject: [PATCH] Fix CI not running tests after building them --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index c995378..1c0eedd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,3 +6,4 @@ steps: image: euantorano/zig:0.9.1 commands: - zig build test + - ./zig-cache/o/b57ef32c79a05339fbe4a8eb648ff6df/test main.zig