Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
WIP (to drop)
Browse files Browse the repository at this point in the history
  • Loading branch information
trianglesphere committed Mar 22, 2022
1 parent 556d8d5 commit 4a6821e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
version: v1.43.0 # version of golangci-lint, not the action
skip-go-installation: true
# rules: https://golangci-lint.run/usage/quick-start/
args: -E asciicheck,goimports,misspell
args: -E asciicheck,goimports
- name: Test and generate coverage
run: go test -coverpkg=./... -coverprofile=coverage.out -covermode=atomic ./...
- name: Upload coverage output
Expand Down

0 comments on commit 4a6821e

Please sign in to comment.