From 4291bc28dc3ddd7ffaf08e09bcfc3c7c15db0b84 Mon Sep 17 00:00:00 2001 From: kayomn Date: Sun, 28 May 2023 03:29:04 +0200 Subject: [PATCH] Update Drone CI to use latest Zig testing framework API --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c4d3c49..12f4ab2 100755 --- a/.drone.yml +++ b/.drone.yml @@ -6,4 +6,3 @@ steps: image: euantorano/zig:master commands: - zig build test - - $(find zig-cache -name test) main.zig