We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/mfridman/tparse
One for way down the line once I've learned how to implement proper testing for the codebase. Figured it was worth noting now.
The text was updated successfully, but these errors were encountered:
Example usage:
https://github.com/psampaz/gothanks/blob/dc2fc7cb2e27c5022f0ba1cea332355819b5d1e8/.github/workflows/ci.yml#L53
tests: strategy: matrix: go-version: [1.13.x] platform: [ubuntu-latest, macos-latest] name: tests runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v1 with: fetch-depth: 1 - uses: actions/setup-go@v1 with: go-version: ${{ matrix.go-version }} - run: | go get -u github.com/mfridman/tparse go test -v -race -cover -json ./... | $(go env GOPATH)/bin/tparse -all
Sorry, something went wrong.
atc0005
No branches or pull requests
https://github.com/mfridman/tparse
One for way down the line once I've learned how to implement proper testing for the codebase. Figured it was worth noting now.
The text was updated successfully, but these errors were encountered: