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