Start running tests as part of CI pipeline #1

Merged
kayomn merged 6 commits from ci-tests into main 2022-10-01 21:41:09 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit d5166fb467 - Show all commits

View File

@ -1,8 +1,8 @@
kind: pipeline kind: pipeline
name: Build and Test name: continuous integration
steps: steps:
- name: Build and Test - name: build & test
image: euantorano/zig:0.9.1 image: euantorano/zig:0.9.1
commands: commands:
- zig test src/main.zig - zig test src/main.zig