ci/check: Run checks for all systems (not only x86_64-darwin)

This commit is contained in:
Gaetan Lepage 2023-11-21 09:48:22 +01:00 committed by Gaétan Lepage
parent a88b955020
commit 3aaa1531a9
2 changed files with 4 additions and 4 deletions

View file

@ -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