Fix/maintainability issues #160
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: go test | |
| permissions: | |
| pull-requests: read | |
| contents: read | |
| on: | |
| push: | |
| branches: | |
| - master | |
| pull_request: | |
| jobs: | |
| test: | |
| uses: go-openapi/ci-workflows/.github/workflows/go-test-monorepo.yml@2a3bc27eb79f3f5e5dc7a43954e9f41eeb96ebcb # v0.2.5 | |
| with: | |
| extra-flags: '-tags testcgo,testcolorized' # (1) this is to trigger extra tests in spew, (2) this is to enable integration test for colorized output | |
| secrets: inherit |