zigmod icon indicating copy to clipboard operation
zigmod copied to clipboard

add an alternative to running tests with build.zig

Open nektro opened this issue 1 year ago • 0 comments

  • zig build test holds the output so you can't see the progress as it runs
  • print nothing on success
  • by default will cache not only builds but also runs

this feature will likely introduce the zigmod test subcommand

  • will call zig test ... and forward stdio to console
  • should accept forwarding extra arguments

nektro avatar May 23 '24 21:05 nektro