diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 458b81f..edbf017 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,10 +7,14 @@ on: jobs: test: - name: Run test + name: Run test (with `${{ matrix.sources }}`) runs-on: ubuntu-latest + strategy: + matrix: + sources: ["", "nixpkgs nixos-24.05"] + permissions: contents: write pull-requests: write |
