Skip to content

Update go-tests.yml #32

Update go-tests.yml

Update go-tests.yml #32

Workflow file for this run

name: Go Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.25'
- name: Run tests
run: go test ./...