diff --git a/ilot/authentik/APKBUILD b/ilot/authentik/APKBUILD index 6054f06..084207e 100644 --- a/ilot/authentik/APKBUILD +++ b/ilot/authentik/APKBUILD @@ -159,7 +159,7 @@ depends=" makedepends="go npm" # checkdepends scooped up by poetry due to number checkdepends=" - poetry + pip py3-coverage py3-pytest py3-pytest-django @@ -252,6 +252,7 @@ with open(\"local.env.yml\", \"w\") as _config: pip install selenium drf_jsonschema_serializer pdoc --break-system-packages make test || FAIL=true + make go-test || FAIL=true if [ "$FAIL" = "true" ]; then return 1