Skip to content

doc: updated docs to describe changes to CollectT and EventuallyWith. #246

doc: updated docs to describe changes to CollectT and EventuallyWith.

doc: updated docs to describe changes to CollectT and EventuallyWith. #246

Workflow file for this run

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@e8e6599fe480362cb0d5cbdac5b245cc833742f5 # v0.2.15
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