From 37bd0f10ac29679f5a1e319a3c3cc236db745e3b Mon Sep 17 00:00:00 2001 From: kayomn Date: Mon, 3 Oct 2022 23:05:43 +0100 Subject: [PATCH] Fix CI being unable to find test --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1c0eedd..f9941e1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,4 +6,4 @@ steps: image: euantorano/zig:0.9.1 commands: - zig build test - - ./zig-cache/o/b57ef32c79a05339fbe4a8eb648ff6df/test main.zig + - $(find zig-cache -name test) main.zig