Skip to content

feat: allow paramerizable test matrix #412

feat: allow paramerizable test matrix

feat: allow paramerizable test matrix #412

Workflow file for this run

name: go test [Test only]
permissions:
pull-requests: read
contents: read
# description: |
# This workflow mimics how a go-openapi repo would typically invoke the common workflow.
on:
push:
branches:
- master
pull_request:
jobs:
test:
uses: ./.github/workflows/go-test.yml
secrets: inherit