How to enable more logging and disable caching with "zig build test"?

I believe adding .has_side_effects = true; to the run unit tests step prevents caching.

1 Like