Merge pull request 'Start running tests as part of CI pipeline' () from ci-tests into main

Reviewed-on: 
This commit is contained in:
kayomn 2022-10-01 21:41:09 +02:00
commit 52bc326187

@ -1,8 +1,8 @@
kind: pipeline kind: pipeline
name: default name: continuous integration
steps: steps:
- name: greetings - name: build & test
image: alpine image: euantorano/zig:0.9.1
commands: commands:
- env - zig test src/main.zig