Skip to content

Fix/maintainability issues #142

Fix/maintainability issues

Fix/maintainability issues #142

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