Closed ityonemo closed 4 years ago
compiles aren't being cached because ExUnit Test files are .exs files, which means they get recompiled every time. This isn't a issue, it's correct behavior, and most of the time you won't be running zig code directly inside of an exs file anyways.
Compiles don't currently seem to be cached. Investigating ways of stashing the build artefact and checking to see if it needs to be rebuilt.