Skip to content

Merge pull request #8 from getgauge/switch-to-maintained-libs #40

Merge pull request #8 from getgauge/switch-to-maintained-libs

Merge pull request #8 from getgauge/switch-to-maintained-libs #40

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
tests:
name: UTs ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
check-latest: true
go-version-file: 'go.mod'
- name: Test
run: go test ./...