Skip to content

chore: remove test publish on chore-github-actions branch #2

chore: remove test publish on chore-github-actions branch

chore: remove test publish on chore-github-actions branch #2

Workflow file for this run

on: push
name: test
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup latest Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Run tests
run: |
go test ./...