Skip to content

BIF 1093 Send configuration failure callbacks back to JSM #38

BIF 1093 Send configuration failure callbacks back to JSM

BIF 1093 Send configuration failure callbacks back to JSM #38

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
ci-test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ windows-latest, ubuntu-latest, macos-latest ]
go: [ 1.12, 1.13, 1.14 ]
steps:
- name: Checkout the code
uses: actions/checkout@v4
- name: Set up golang with version ${{ matrix.go }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Run tests
run: go test -v -coverprofile=covprofile ./...