mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 10:10:45 -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
|
- name: Pre-build oizys
|
||||||
run: nix build .
|
run: nix build .
|
||||||
|
|
||||||
|
- run: >
|
||||||
|
nix build --dry-run $(nix run . -- output --host othalan --flake . )
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: >
|
run: >
|
||||||
nix run .
|
nix run .
|
||||||
|
|
Loading…
Reference in a new issue