Skip to content

Commit

Permalink
Include plugin template when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Oct 2, 2024
1 parent c554ba2 commit 07f1338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 07f1338

Please sign in to comment.