mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-03-31 04:14:37 +00:00
sops-install-secrets: disable tests
This commit is contained in:
parent
d74c316321
commit
7d2b22a18d
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ buildGoModule {
|
|||
|
||||
subPackages = [ "pkgs/sops-install-secrets" ];
|
||||
|
||||
# requires root privileges for tests
|
||||
doCheck = false;
|
||||
|
||||
passthru.tests = import ./nixos-test.nix {
|
||||
makeTest = import (path + "/nixos/tests/make-test-python.nix");
|
||||
inherit pkgs;
|
||||
|
|
Loading…
Add table
Reference in a new issue