From dad80700fb63c948cbf577115e008cb22e90c46b Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 31 May 2026 11:46:14 -0400 Subject: [PATCH] .forgejo workflow: + xo-ratio + xo-unit + xo-pyunit --- .forgejo/workflows/ci.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index e7bafcfd..cbea6a0e 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -203,3 +203,21 @@ jobs: echo -n nix-build ci.nix -A xo-alloc nix-build ci.nix -A xo-alloc ls -l ./result + + - name: build xo-ratio + run: | + echo -n nix-build ci.nix -A xo-ratio + nix-build ci.nix -A xo-ratio + ls -l ./result + + - name: build xo-unit + run: | + echo -n nix-build ci.nix -A xo-unit + nix-build ci.nix -A xo-unit + ls -l ./result + + - name: build xo-pyunit + run: | + echo -n nix-build ci.nix -A xo-pyunit + nix-build ci.nix -A xo-pyunit + ls -l ./result