Skip to content

Fix test and add changelog for 0.7.0 (#84) #174

Fix test and add changelog for 0.7.0 (#84)

Fix test and add changelog for 0.7.0 (#84) #174

Workflow file for this run

name: go-unit-test
on: [push]
jobs:
go-unit-test:
runs-on: ubuntu-latest
steps:
-
name: Checkout code
uses: actions/checkout@v4
-
name: Set up Go
uses: actions/setup-go@v5
-
name: Go test
run: go test ./...