diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 9f6c8e9..c536ea8 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -90,7 +90,7 @@ jobs: go-version: "1.25" cache: false - - run: apk add --no-cache postgresql-client + - run: apk add --no-cache postgresql-client build-base - run: | for i in $(seq 1 30); do @@ -106,6 +106,7 @@ jobs: env: POSTGRES_HOST: postgres TEST_DB_HOST: postgres + CGO_ENABLED: "1" quality: name: Lint & vulns @@ -140,4 +141,5 @@ jobs: - name: Frontend lint run: | cd frontend + npm run format npm run lint