Skip to content

Commit 0070c0b

Browse files
committed
ci: split stable and unstable tests
1 parent 76a4362 commit 0070c0b

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,22 @@ jobs:
3737
- name: Check nixpkgs-unstable
3838
run: nix flake check -L --show-trace
3939

40+
- run: nix eval .#lib.x86_64-linux.run --show-trace
41+
42+
tests-flakes-stable:
43+
strategy:
44+
matrix:
45+
os: [ubuntu-latest, macos-latest]
46+
runs-on: ${{ matrix.os }}
47+
steps:
48+
- uses: actions/checkout@v4
49+
- uses: cachix/install-nix-action@v30
50+
- uses: cachix/cachix-action@v15
51+
with:
52+
name: pre-commit-hooks
53+
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
54+
- run: rm -rf /opt&
55+
4056
- name: Check nixpkgs-stable
4157
run: nix flake check -L --show-trace --override-input nixpkgs github:NixOS/nixpkgs/nixos-24.11
4258

43-
- run: nix eval .#lib.x86_64-linux.run --show-trace

0 commit comments

Comments
 (0)