Start running tests as part of CI pipeline #1
|
@ -1,8 +1,8 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
name: continuous integration
|
||||
|
||||
steps:
|
||||
- name: greetings
|
||||
image: alpine
|
||||
- name: build & test
|
||||
image: euantorano/zig:0.9.1
|
||||
commands:
|
||||
- env
|
||||
- zig test src/main.zig
|
||||
|
|
Loading…
Reference in New Issue