Skip to content

Commit

Permalink
update project config
Browse files Browse the repository at this point in the history
  • Loading branch information
ktr0731 committed Aug 31, 2021
1 parent 1df34fd commit 3fab597
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/setup-go@v2.1.4
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/golangci-lint-action@v2.5.2
if: matrix.os == 'ubuntu-latest'
with:
version: v1.33.0
run: go vet ./...

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2.0.2
Expand Down
56 changes: 0 additions & 56 deletions .golangci.yml

This file was deleted.

Loading

0 comments on commit 3fab597

Please sign in to comment.