Browse Source

Add more test targets for GitHub tests

pull/1355/head
Gabe Kangas 4 years ago
parent
commit
b50f1674a8
  1. 14
      .github/workflows/test.yaml

14
.github/workflows/test.yaml

@ -1,15 +1,13 @@ @@ -1,15 +1,13 @@
name: Tests
on:
push:
branches:
- develop
pull_request:
branches: develop
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.15.x, 1.16.x]
os: [ubuntu-latest, macos-latest, windows-latest, freebsd-latest, openbsd-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2

Loading…
Cancel
Save