ci: Check all systems

This commit is contained in:
Donovan Glover 2024-06-20 23:14:05 -04:00
parent f842f5f6bc
commit a3194f8f0c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -8,14 +8,14 @@ on:
jobs:
test:
name: nix flake check
name: nix flake check --all-systems
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
extra_nix_config: "extra-platforms = aarch64-linux"
- run: nix flake check
- run: nix flake check --all-systems
format:
name: nix fmt -- --check **/*.nix
runs-on: ubuntu-latest