mirror of
https://github.com/RGBCube/agenix
synced 2025-08-02 11:47:46 +00:00
Revert "Revert "contrib: add direct tests for agenix ""
This reverts commit 08dc5068e6
.
This commit is contained in:
parent
457669db42
commit
bc24f2e510
2 changed files with 46 additions and 24 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -9,7 +9,9 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v22
|
||||
with:
|
||||
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
|
||||
extra_nix_config: |
|
||||
system-features = nixos-test recursive-nix benchmark big-parallel kvm
|
||||
extra-experimental-features = recursive-nix nix-command flakes
|
||||
- run: nix build
|
||||
- run: nix build .#doc
|
||||
- run: nix fmt . -- --check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue