Skip to content

Commit

Permalink
update project config (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktr0731 authored Aug 31, 2021
1 parent 5c51b95 commit 2123b55
Show file tree
Hide file tree
Showing 7 changed files with 3,849 additions and 9,651 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
go: ['1.14']
go: ['1.17']
steps:
- name: Set up Go ${{ matrix.go }}
uses: actions/[email protected]
Expand All @@ -30,13 +30,10 @@ jobs:
run: go build

- name: Test
run: go test -v -coverpkg ./... -covermode atomic -coverprofile coverage.txt -tags fuzz -numCases 3000 -numEvents 10 ./...
run: go test -coverpkg ./... -covermode atomic -coverprofile coverage.txt -tags fuzz -numCases 3000 -numEvents 10 ./...

- name: Lint
uses: golangci/[email protected]
if: matrix.os == 'ubuntu-latest'
with:
version: v1.33.0
run: go vet ./...

- name: Upload coverage to Codecov
uses: codecov/[email protected]
Expand Down
56 changes: 0 additions & 56 deletions .golangci.yml

This file was deleted.

Loading

0 comments on commit 2123b55

Please sign in to comment.