Skip to content

Merge pull request #51 from jack-w-shaw/fix_noble_version #110

Merge pull request #51 from jack-w-shaw/fix_noble_version

Merge pull request #51 from jack-w-shaw/fix_noble_version #110

Workflow file for this run

name: "Client Tests"
on: [push, pull_request]
jobs:
test-client-ubuntu:
name: "Client Tests"
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macOS-latest]
steps:
- name: Set up Go 1.17
uses: actions/[email protected]
with:
go-version: 1.17
id: go
- name: Checkout
uses: actions/checkout@v2
- name: Test client
run: |
go test -v ./... --check.v