feat(cicd): run nix-build
This commit is contained in:
parent
55deb83884
commit
b805184777
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -16,3 +16,5 @@ jobs:
|
|||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
# - run: nix build
|
||||
- run: nix flake check
|
||||
- run: nix-build
|
||||
- run: nix-shell -run "echo OK"
|
||||
|
|
Loading…
Reference in a new issue