diff --git a/ilot/authentik/APKBUILD b/ilot/authentik/APKBUILD index 0d2e681..d48a4f5 100644 --- a/ilot/authentik/APKBUILD +++ b/ilot/authentik/APKBUILD @@ -250,12 +250,8 @@ with open(\"local.env.yml\", \"w\") as _config: # no selenium package 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 - fi + make test + make go-test } package() {