Skip to content

Commit 8ea9d12

Browse files
committed
run staticcheck in CI flow
1 parent 311eae3 commit 8ea9d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/echo-contrib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Run Tests
4646
run: |
47-
staticcheck
47+
staticcheck -tests=false ./...
4848
go test -race --coverprofile=coverage.coverprofile --covermode=atomic ./...
4949
5050
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)