Skip to content

Commit

Permalink
re-enable IFD tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ibizaman committed Oct 24, 2024
1 parent deb933d commit c8223d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ on: push
jobs:
checks:
uses: nixbuild/nixbuild-action/.github/workflows/ci-workflow.yml@v19
with:
nix_conf: |
allow-import-from-derivation = true
secrets:
nixbuild_token: ${{ secrets.nixbuild_token }}
10 changes: 5 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,17 @@
./test/modules/arr.nix
./test/modules/davfs.nix
# TODO: Make this not use IFD
# ./test/modules/lib.nix
./test/modules/lib.nix
./test/modules/nginx.nix
./test/modules/postgresql.nix
]);
};

# TODO: Make this not use IFD
# lib = nix-flake-tests.lib.check {
# inherit pkgs;
# tests = pkgs.callPackage ./test/modules/lib.nix {};
# };
lib = nix-flake-tests.lib.check {
inherit pkgs;
tests = pkgs.callPackage ./test/modules/lib.nix {};
};
}
// (vm_test "arr" ./test/services/arr.nix)
// (vm_test "audiobookshelf" ./test/services/audiobookshelf.nix)
Expand Down

0 comments on commit c8223d8

Please sign in to comment.