mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
add test run
This commit is contained in:
parent
add7992106
commit
af89a69eff
1 changed files with 3 additions and 0 deletions
3
.github/workflows/update.yml
vendored
3
.github/workflows/update.yml
vendored
|
@ -46,6 +46,9 @@ jobs:
|
|||
- name: Pre-build oizys
|
||||
run: nix build .
|
||||
|
||||
- run: >
|
||||
nix build --dry-run $(nix run . -- output --host othalan --flake . )
|
||||
|
||||
- name: Build
|
||||
run: >
|
||||
nix run .
|
||||
|
|
Loading…
Reference in a new issue