also test nix-unstable

This commit is contained in:
Jörg Thalheim 2023-05-23 17:21:25 +02:00
parent ba2b0a2b81
commit e3d41d9c39
4 changed files with 16 additions and 9 deletions

View file

@ -13,6 +13,7 @@ jobs:
os: [ ubuntu-latest ]
# FIXME macos garbage currently collect also nix-shell that runs the test
#os: [ ubuntu-latest, macos-latest ]
nix: [ stable, unstable ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
@ -24,4 +25,4 @@ jobs:
keep-derivations = true
experimental-features = nix-command flakes
- run:
"nix run --accept-flake-config .#test-runner"
"nix run --accept-flake-config .#test-runner-${{ matrix.nix }}"