Skip to content

Commit

Permalink
one more test
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
  • Loading branch information
golanglemonade committed Nov 11, 2024
1 parent 71d5fd2 commit 57ab405
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,9 @@ tasks:

go:lint:ci:
desc: runs golangci-lint, the most annoying opinionated linter ever, for CI
env:
# Garbage collection
# see https://golangci-lint.run/product/performance/
GOGC: 200
## do not use --fast or --fix in CI
cmds:
- golangci-lint run --config=.golangci.yaml --verbose --new-from-rev=HEAD~ --concurrency=8
- golangci-lint run --config=.golangci.yaml --verbose --new-from-rev=HEAD~ --concurrency=24

go:test:
desc: runs and outputs results of created go tests
Expand Down

0 comments on commit 57ab405

Please sign in to comment.