Skip to content

Commit

Permalink
chore: add timeout unit
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Sep 24, 2024
1 parent 9795b82 commit cb6f5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
go-version-file: "go.mod"
- run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)/bin"
- run: curl -sSf 'https://atlasgo.sh?test=1' | env ATLAS_DEBUG=true sh
- run: just go-lint --timeout 10
- run: just go-lint --timeout 10s
- run: just atlas-lint

test:
Expand Down

0 comments on commit cb6f5ee

Please sign in to comment.