mc-router/.github/workflows/test.yml
2024-07-07 11:22:26 -05:00

15 lines
214 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: "1.22.5"