Tidy up CI naming conventions
This commit is contained in:
parent
4bd1c57899
commit
d5166fb467
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue