mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-16 07:28:00 +02:00
ci/check: Run checks for all systems (not only x86_64-darwin)
This commit is contained in:
parent
a88b955020
commit
3aaa1531a9
2 changed files with 4 additions and 4 deletions
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
|
@ -19,6 +19,6 @@ jobs:
|
|||
with:
|
||||
name: nix-community
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: nix flake check
|
||||
- run: nix flake check ./templates/_wrapper/simple
|
||||
- run: nix flake check --all-systems --max-jobs 1
|
||||
- run: nix flake check --all-systems ./templates/_wrapper/simple
|
||||
- run: nix build .#docs --show-trace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue