Skip to content

Fix/maintainability issues #141

Fix/maintainability issues

Fix/maintainability issues #141

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@80c49323cd231d9f5e4e3165d5ab5be58cd9f22c # v0.2.5
with:
extra-flags: '-tags testcgo' # this is to trigger extra tests in spew
secrets: inherit