forgejo workflow: + nix xo-reflect CI
All checks were successful
CI / smoke-test (push) Successful in 1m19s
All checks were successful
CI / smoke-test (push) Successful in 1m19s
This commit is contained in:
parent
27cabd219c
commit
18bdf3494e
1 changed files with 6 additions and 0 deletions
|
|
@ -88,8 +88,14 @@ jobs:
|
|||
|
||||
- name: build xo-refcnt
|
||||
run: |
|
||||
echo -n nix-build ci.nix -A xo-refcnt
|
||||
nix-build ci.nix -A xo-refcnt
|
||||
|
||||
- name: build xo-reflect
|
||||
run: |
|
||||
echo -n nix-build ci.nix -A xo-reflect
|
||||
nix-build ci.nix -A xo-reflect
|
||||
|
||||
# - name: build xo-gc
|
||||
# run:
|
||||
# nix-build ci.nix -A xo-gc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue