Skip to content

update ci/cd, add test workflow #1

update ci/cd, add test workflow

update ci/cd, add test workflow #1

Workflow file for this run

name: Run tests
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- run: go test ./...