Commit 639cd34 1 parent 569abaa commit 639cd34 Copy full SHA for 639cd34
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
66
- uses : ./
67
67
with :
68
68
version : ${{ matrix.version }}
69
- args : --timeout=3m --issues-exit-code=0 ./sample/...
69
+ args : --timeout=5m --issues-exit-code=0 ./sample/...
70
70
only-new-issues : true
71
71
72
72
test-go-install : # make sure the action works on a clean machine without building (go-install mode)
94
94
- uses : ./
95
95
with :
96
96
version : ${{ matrix.version }}
97
- args : --timeout=3m --issues-exit-code=0 ./sample/...
97
+ args : --timeout=5m --issues-exit-code=0 ./sample/...
98
98
only-new-issues : true
99
99
install-mode : goinstall
100
100
@@ -117,4 +117,4 @@ jobs:
117
117
- uses : ./
118
118
with :
119
119
working-directory : sample-go-mod
120
- args : --timeout=3m --issues-exit-code=0 ./...
120
+ args : --timeout=5m --issues-exit-code=0 ./...
You can’t perform that action at this time.
0 commit comments