Skip to content

Commit

Permalink
ci(e2e): provide -run flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 9, 2024
1 parent 6e452c6 commit 36e2291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
E2E: "1"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_JOB_ID: ${{ github.job }}
run: go test -timeout 15m -v ./...
run: go test -timeout 15m -v -run TestIntegration ./...

0 comments on commit 36e2291

Please sign in to comment.