Skip to content

Merge pull request #98 from zeabur/pan93412/zea-1201-refactor-and-add… #105

Merge pull request #98 from zeabur/pan93412/zea-1201-refactor-and-add…

Merge pull request #98 from zeabur/pan93412/zea-1201-refactor-and-add… #105

Workflow file for this run

name: Go Test
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Run tests
run: go test -v ./...