Skip to content

Fix Discord server link in contributing guide (#71) #213

Fix Discord server link in contributing guide (#71)

Fix Discord server link in contributing guide (#71) #213

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@84f8f9c0759d5d1d0c32b18a7abaa0cba65ebcff # v0.2.9
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