diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ee6d355d..0c13fb5f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -82,7 +82,7 @@ jobs: dockerfile: Dockerfile - name: Run Go tests 🔬 - run: go test -p 1 -cover -covermode atomic -coverprofile=profile.cov -v ./... + run: go test -tags embed_plugin_template -p 1 -cover -covermode atomic -coverprofile=profile.cov -v ./... env: GITHUB_AUTH_TOKEN: ${{ secrets.INTEGRATION }}