Change the CI script to use the build script-integrated test rather than manually invoking zig test #2

Closed
opened 2022-10-03 13:00:09 +02:00 by kayomn · 1 comment
Owner

Using zig test src/main.zig directly works fine for now but won't scale well because it duplicates work that has already been done in the build script to generate a test binary and optionally execute it.

Using `zig test src/main.zig` directly works fine for now but won't scale well because it duplicates work that has already been done in the build script to generate a test binary and optionally execute it.
kayomn added the
tools
label 2022-10-03 13:06:56 +02:00
kayomn added reference ci-updates 2022-10-03 23:02:27 +02:00
Author
Owner

This has been resolved by #3.

This has been resolved by #3.
kayomn referenced this issue from a commit 2024-07-07 00:48:50 +02:00
Sign in to join this conversation.
No description provided.