Start running tests as part of CI pipeline
This commit is contained in:
parent
31dc2d9c6e
commit
074297953e
|
@ -3,6 +3,6 @@ name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: greetings
|
- name: greetings
|
||||||
image: alpine
|
image: ziglang/static-base:llvm15-aarch64-2
|
||||||
commands:
|
commands:
|
||||||
- env
|
- zig test src/main.zig
|
||||||
|
|
Loading…
Reference in New Issue