https://github.com/chyroc/rerun-fail-test
rerun fail go test with go test logfile
https://github.com/chyroc/rerun-fail-test
Last synced: 10 months ago
JSON representation
rerun fail go test with go test logfile
- Host: GitHub
- URL: https://github.com/chyroc/rerun-fail-test
- Owner: chyroc
- License: apache-2.0
- Created: 2021-10-26T08:10:05.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-26T09:10:51.000Z (about 4 years ago)
- Last Synced: 2025-01-29T08:23:03.747Z (12 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rerun-fail-test
[](https://codecov.io/gh/chyroc/rerun-fail-test)
[](https://goreportcard.com/report/github.com/chyroc/rerun-fail-test)
[](https://github.com/chyroc/rerun-fail-test/actions)
[](https://opensource.org/licenses/Apache-2.0)
[](https://pkg.go.dev/github.com/chyroc/rerun-fail-test)
[](https://badge.fury.io/go/github.com%2Fchyroc%2Frerun-fail-test)

## Install
```shell
go install github.com/chyroc/rerun-fail-test@latest
```
## Usage
```shell
go test ./... | rerun-fail-test -retry-times=10 -- ./...
```