fiz(cicd): do not nix-build
This commit is contained in:
parent
015cef72ea
commit
0fac8b394e
1 changed files with 2 additions and 3 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -14,7 +14,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: rix101
|
name: rix101
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
|
- run: nix flake check -vL
|
||||||
# - run: nix build
|
# - run: nix build
|
||||||
- run: nix flake check
|
# - run: nix-shell --run "echo OK"
|
||||||
- run: nix-build
|
|
||||||
- run: nix-shell -run "echo OK"
|
|
||||||
|
|
Loading…
Reference in a new issue