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
image: euantorano/zig:0.9.1
commands:
- zig build test
- $(find zig-cache -name test) main.zig
- zig build
- ./zig-out/test main.zig