mirror of
https://github.com/dwinkler1/fran.git
synced 2026-02-19 22:50:59 -05:00
Update flake check command to include all systems
This commit is contained in:
parent
7a2974c16a
commit
49ea78bf98
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -27,4 +27,4 @@ jobs:
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
extraPullNames: rstats-on-nix, nix-community
|
extraPullNames: rstats-on-nix, nix-community
|
||||||
- run: nix build .
|
- run: nix build .
|
||||||
- run: nix flake check .
|
- run: nix flake check . --all-systems
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue