Add tests

This commit is contained in:
CrazyMax
2019-09-22 07:17:07 +02:00
committed by GitHub
parent 79b6548141
commit bb450e4e69
29 changed files with 5069 additions and 30 deletions
+34
View File
@@ -0,0 +1,34 @@
name: ci
on:
pull_request:
branches: master
push:
branches: master
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macOS-latest
- windows-latest
version:
- latest
- v0.117.0
steps:
-
name: Checkout
uses: actions/checkout@v1
-
name: Set up Go
uses: actions/setup-go@master
-
name: GoReleaser
uses: ./
with:
version: ${{ matrix.version }}
args: release --skip-publish --rm-dist