Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
redhatrises committed Jul 23, 2024
1 parent bcb1d03 commit 3844f52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ jobs:

- run: go mod download

- run: go build -v .
- run: go build main.go
3 changes: 3 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
run:
timeout: 5m
output:
formats:
- colored-line-number
enable:
- durationcheck
- errcheck
Expand Down

0 comments on commit 3844f52

Please sign in to comment.