kind: pipeline name: Build and Test steps: - name: Build and Test image: euantorano/zig:0.9.1 commands: - zig test src/main.zig