Skip to content

chore(ci): add apidiff check for API compatibility #9

chore(ci): add apidiff check for API compatibility

chore(ci): add apidiff check for API compatibility #9

Workflow file for this run

---
name: tests
on:
pull_request:
branches:
- master
jobs:
unit-tests:
strategy:
matrix:
go-version: [1.19, 1.20.x, 1.21]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- run: go test -v ./...