Skip to content

Merge pull request #13 from AR1011/fix-ci #44

Merge pull request #13 from AR1011/fix-ci

Merge pull request #13 from AR1011/fix-ci #44

Workflow file for this run

name: Go Test
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: Get Code
uses: actions/checkout@v4
- name: Test
run: go test ./pkg/*