From d5166fb467b0d40e211e71fce52092327d16d575 Mon Sep 17 00:00:00 2001 From: kayomn Date: Sat, 1 Oct 2022 20:40:23 +0100 Subject: [PATCH] Tidy up CI naming conventions --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8b6002d..0760faa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,8 +1,8 @@ kind: pipeline -name: Build and Test +name: continuous integration steps: -- name: Build and Test +- name: build & test image: euantorano/zig:0.9.1 commands: - zig test src/main.zig