delve/.github/workflows/test.yml
Derek Parker 3d0a93c58f *: Remove linux builders from GH matrix
Removes linux builders from the GitHub action matrix. These are covered
via the TeamCity CI solution now.
2021-01-26 16:59:40 +01:00

19 lines
352 B
YAML

name: Delve CI
on: [push, pull_request]
jobs:
build:
runs-on: ${{matrix.os}}
strategy:
matrix:
include:
- go: 1.15
os: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
with:
go-version: ${{matrix.go}}
- run: go run _scripts/make.go test