Skip to content

Commit

Permalink
ci: disable timeout for go test
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicFS committed Sep 5, 2023
1 parent 80e1d15 commit e6f55da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tasks:
desc: Run tests
dir: action
cmds:
- go test {{.CLI_ARGS}} -shuffle=on -covermode=count -coverprofile coverage.out ./...
- go test {{.CLI_ARGS}} -shuffle=on -covermode=count -coverprofile coverage.out -timeout 0 ./...
- go tool cover -func=coverage.out
- go tool cover -html=coverage.out -o coverage.html

Expand Down

0 comments on commit e6f55da

Please sign in to comment.