Skip to content

Commit

Permalink
fix(gha): add timeout and pkg on run
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy PLANCKEEL committed Aug 5, 2022
1 parent 03d9a01 commit 217807a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- .github/workflows/go-test.yml
- pkg/**
- cmd/**
- docs/**
- generated/**
Expand All @@ -27,6 +28,8 @@ jobs:

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=30m

test:
name: Go test
Expand Down

0 comments on commit 217807a

Please sign in to comment.