Application Context Implementation #4

Closed
kayomn wants to merge 93 commits from event-loop-dev into main
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 1773a04e52 - Show all commits

View File

@ -5,5 +5,5 @@ steps:
- name: build & test - name: build & test
image: euantorano/zig:0.9.1 image: euantorano/zig:0.9.1
commands: commands:
- zig build test - zig build
- $(find zig-cache -name test) main.zig - ./zig-out/test main.zig