mirror of
https://github.com/nix-community/naersk
synced 2024-11-10 06:04:17 +00:00
run tests on nixpkgs{,-20.03,-20.09}
This commit is contained in:
parent
b586948d0a
commit
f65b4eac20
1 changed files with 1 additions and 1 deletions
2
.github/workflows/fast.yml
vendored
2
.github/workflows/fast.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
linux:
|
||||
strategy:
|
||||
matrix:
|
||||
nixpkgs: [ nixpkgs, nixpkgs-19.09, nixpkgs-20.03 ]
|
||||
nixpkgs: [ nixpkgs, nixpkgs-20.03, nixpkgs-20.09 ]
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue