Files
mc-router/.github/workflows/test.yml
T

16 lines
223 B
YAML

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
uses: itzg/github-workflows/.github/workflows/go-test.yml@main
with:
go-version-file: 'go.mod'