diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 1fa1330b..631da5c3 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -71,8 +71,10 @@ jobs: nix-build ci.nix -A xo-arena - name: build xo-facet - run: + run: | + echo -n nix-build ci.nix -A xo-type nix-build ci.nix -A xo-facet + ls -l ./result - name: build xo-printable2 run: | @@ -121,3 +123,9 @@ jobs: echo -n nix-build ci.nix -A xo-gc nix-build ci.nix -A xo-gc ls -l ./result + + - name: build xo-type + run: | + echo -n nix-build ci.nix -A xo-type + nix-build ci.nix -A xo-type + ls -l ./result