~leon_plickat/public-inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH zig-spoon] Fix tests not running

Details
Message ID
<20231006091733.8839-1-mail@hmachet.com>
DKIM signature
missing
Download raw message
Patch: +1 -1
---
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] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<CW18TTB7IAV0.1VGTJ04989JR4@cirno2>
In-Reply-To
<20231006091733.8839-1-mail@hmachet.com> (view parent)
DKIM signature
missing
Download raw message
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]: mail@hmachet.com

✓ #1069608 SUCCESS zig-spoon/patches/alpine.yml https://builds.sr.ht/~leon_plickat/job/1069608
Reply to thread Export thread (mbox)