miller/.github/workflows/go.yml
John Kerl 13dd19faab
Iterate on Windows regression-testing (#478)
* Support file-redirects in regtest for Windows
* move winfails aside
* iterate on PATH settings
2021-04-06 00:24:37 -04:00

32 lines
710 B
YAML

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Build
run: cd go && go build -v mlr.go
- name: Test
# In the event of needing to debug failures you can modify `./mlr regtest` verbosity
# using `-v`, `-vv`, or `-vvv`. Commit changes to this file and re-push to GitHub
# and let the GitHub Actions re-run.
run: cd go && go test -v ./... && ./mlr regtest -s 5