Skip to content

Add correlation fields to ReqMessage #78

Add correlation fields to ReqMessage

Add correlation fields to ReqMessage #78

Workflow file for this run

name: test
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
strategy:
matrix:
go-version: [1.14, 1.15, 1.16]
name: test
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: run tests
run: go test -json ./... > test.json
- name: Annotate tests
if: always()
uses: guyarb/golang-test-annotations@v0.3.0
with:
test-results: test.json