mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 11:36:11 +01:00
also test nix-unstable
This commit is contained in:
parent
ba2b0a2b81
commit
e3d41d9c39
4 changed files with 16 additions and 9 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue