From 754dbb9307930fff9ba64cb14c735bfd16c94b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20=C5=9Een?= Date: Thu, 27 Aug 2026 07:33:52 +0200 Subject: [PATCH] ci: update radicle native ci configuration --- .radicle/native.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.radicle/native.yaml b/.radicle/native.yaml index 691585b..58e8808 100644 --- a/.radicle/native.yaml +++ b/.radicle/native.yaml @@ -2,9 +2,10 @@ shell: | set -euxo pipefail echo "=== Radicle CI ===" - echo "Repository:" - pwd - + echo "Repository: $(pwd)" zig version + # test suite & release builds + zig build test --summary all zig build -Dheadless=true -Doptimize=ReleaseSafe + zig build -Doptimize=ReleaseSafe