Skip to content

Commit

Permalink
feat(github): run all Nix flake checks
Browse files Browse the repository at this point in the history
not just the NixOS systems test.
  • Loading branch information
tomeon committed Sep 17, 2023
1 parent bc3271e commit 3e19db6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
apt-get -y update
apt-get -y install python3 sipcalc
run: ./run-tests
nixos:
name: Run NixOS system tests
flake:
name: Run Nix flake checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
extra_nix_config: |
system-features = benchmark big-parallel kvm nixos-test uid-range
- name: run system tests
run: make nixos-test
- name: run flake checks
run: nix flake check -L

0 comments on commit 3e19db6

Please sign in to comment.