nix-community / authentik-nix

Nix flake with package, NixOS module and basic VM test for authentik. Trying to provide an alternative deployment mode to the officially supported docker-compose approach. Not affiliated with or officially supported by the authentik project [maintainer=@willibutz]
MIT License
74 stars 15 forks source link

components/gopkgs: skip tests #26

Closed Ma27 closed 4 months ago

Ma27 commented 4 months ago

There aren't any tests, but it's hanging in this phase for a while since it compiles Go code to see if there are any tests in the modules.

authentik-gopkgs> Running phase: checkPhase
authentik-gopkgs> ?     goauthentik.io/cmd/ldap [no test files]
authentik-gopkgs> ?     goauthentik.io/cmd/server       [no test files]
authentik-gopkgs> ?     goauthentik.io/cmd/proxy        [no test files]
authentik-gopkgs> ?     goauthentik.io/cmd/radius       [no test files]

cc @WilliButz