Skip to content

fix: message properties should contain reqType instead of messageID [PIPE-1557] #88

fix: message properties should contain reqType instead of messageID [PIPE-1557]

fix: message properties should contain reqType instead of messageID [PIPE-1557] #88

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