diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index a7663a63..61641aad 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -57,3 +57,7 @@ jobs: - name: build xo-flatstring run: nix-build ci.nix -A xo-flatstring + + - name: build xo-randomgen + run: + nix-build ci.nix -A xo-randomgen