From 07f1338de3398f5b24d82126e6b118bb422dfdce Mon Sep 17 00:00:00 2001 From: Mostafa Moradian Date: Wed, 2 Oct 2024 23:25:38 +0200 Subject: [PATCH] Include plugin template when testing --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}