From bdb64f5db4b057e3c888f79c3082e899c5849c1f Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sat, 30 May 2026 12:18:34 -0400 Subject: [PATCH] .forgejo workflow: + xo-numeric [CI] --- .forgejo/workflows/ci.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 4e4e760a..fe9c9944 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -55,8 +55,10 @@ jobs: nix-build ci.nix -A xo-subsys - name: build xo-flatstring - run: + run: | + echo -n nix-build ci.nix -A xo-flatstring nix-build ci.nix -A xo-flatstring + ls -l ./result - name: build xo-randomgen run: | @@ -153,3 +155,9 @@ jobs: echo -n nix-build ci.nix -A xo-procedure2 nix-build ci.nix -A xo-procedure2 ls -l ./result + + - name: build xo-numeric + run: | + echo -n nix-build ci.nix -A xo-numeric + nix-build ci.nix -A xo-numeric + ls -l ./result