Skip to content

change md for testing #131

change md for testing

change md for testing #131

Workflow file for this run

name: go test
# description: This workflow mimics how a go-openapi repo would typically invoke the common workflow.
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
test:
uses: ./.github/workflows/go-test.yml
secrets: inherit