~leon_plickat/public-inbox

zig-spoon: Fix tests not running v1 PROPOSED

Hugo Machet: 1
 Fix tests not running

 1 files changed, 1 insertions(+), 1 deletions(-)
#1069608 alpine.yml success
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~leon_plickat/public-inbox/patches/45415/mbox | git am -3
Learn more about email & git

[PATCH zig-spoon] Fix tests not running Export this patch

---
It seems to fix it, that's what I used in my projects, although I'm not 100%
sure if this is really the right fix as I couldn't find anything about this
in zig changelog or somewhere.

 build.zig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.zig b/build.zig
index f92ea456f363..7c845b43ed83 100644
--- a/build.zig
@@ -17,7 +17,7 @@ pub fn build(b: *Builder) !void {
        },
    );
    const test_step = b.step("test", "Run all tests");
    test_step.dependOn(&tests.step);
    test_step.dependOn(&b.addRunArtifact(tests).step);

    {
        const exe = b.addExecutable(
-- 
2.42.0
zig-spoon/patches/alpine.yml: SUCCESS in 57s

[Fix tests not running][0] from [Hugo Machet][1]

[0]: https://lists.sr.ht/~leon_plickat/public-inbox/patches/45415
[1]: mailto:mail@hmachet.com

✓ #1069608 SUCCESS zig-spoon/patches/alpine.yml https://builds.sr.ht/~leon_plickat/job/1069608