Skip to content

plugin: mock test server #352

plugin: mock test server

plugin: mock test server #352

Workflow file for this run

name: Client
on: ["push", "pull_request"]
jobs:
build:
strategy:
matrix:
os: ["ubuntu-latest", "macOS-latest"]
go: ["1.18.x", "1.19.x"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: Lint and Test client
run: |
cd client
make