Skip to content

chore: convert msg properties to string #101

chore: convert msg properties to string

chore: convert msg properties to string #101

Workflow file for this run

name: Tests
on:
push:
branches:
- main
- "release/*"
pull_request:
jobs:
unit:
name: Unit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: './go.mod'
check-latest: true
- run: go version
- run: go mod download # Not required, used to segregate module download vs test times
- run: make test