Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsalnikov committed Apr 30, 2022
1 parent 35c9522 commit 0fdddb7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
go-version: ^1.18
id: go

- name: Install linter
run: go install golang.org/x/lint/golint

- name: Check out code into the Go module directory
uses: actions/checkout@v2

Expand All @@ -29,9 +26,6 @@ jobs:
- name: Build
run: go build -v .

- name: Lint
run: golint -set_exit_status ./...

- name: Unit tests
run: go test -v .

Expand Down

0 comments on commit 0fdddb7

Please sign in to comment.