Skip to content

Commit 41bb17b

Browse files
committed
chore: remove explicit verify
1 parent 7316e5d commit 41bb17b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ jobs:
7070
version: ${{ matrix.version }}
7171
args: --timeout=5m --issues-exit-code=0 ./sample/...
7272
only-new-issues: true
73-
verify: true
7473

7574
test-go-install: # make sure the action works on a clean machine without building (go-install mode)
7675
needs: [ build ]
@@ -101,7 +100,6 @@ jobs:
101100
args: --timeout=5m --issues-exit-code=0 ./sample/...
102101
only-new-issues: true
103102
install-mode: goinstall
104-
verify: true
105103

106104
test-go-mod:
107105
needs: [ build ]
@@ -127,4 +125,3 @@ jobs:
127125
with:
128126
working-directory: ${{ matrix.wd }}
129127
args: --timeout=5m --issues-exit-code=0 ./...
130-
verify: true

0 commit comments

Comments
 (0)