Skip to content

Commit

Permalink
small checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Skandalik committed Nov 1, 2023
1 parent 8e81b9b commit 40fcee2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
- name: Display Go version
run: go version

- name: Install staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@latest

- name: Install cover
run: go get -u golang.org/x/tools/cmd/cover

Expand All @@ -37,14 +34,11 @@ jobs:
- name: Install goveralls
run: go get -u github.com/mattn/goveralls

- name: Staticcheck
run: staticcheck -checks="all,-ST1000,-SA1019" github.com/msales/gox/...

- name: Vet
run: go vet ./...

- name: Test
run: go test -bench=. -covermode=count -coverprofile=profile_full.cov -coverpkg=github.com/msales/gox/... github.com/msales/gox/...
run: go test -bench=. -covermode=count -coverprofile=profile_full.cov -coverpkg=github.com/msales/streams/... github.com/msales/streams/...

- name: Goveralls
run: |
Expand Down

0 comments on commit 40fcee2

Please sign in to comment.