Skip to content

add go-test github action #1

add go-test github action

add go-test github action #1

Workflow file for this run

name: Run go tests
on:
pull_request:
types: [opened, reopened, synchronize, closed]
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: |
go test