ci: enables unit tests for master branch

This commit is contained in:
Manuel Vogel 2020-11-11 08:47:35 +01:00
parent 4e84e46269
commit fec3bb9096
No known key found for this signature in database
GPG key ID: 24E54F214569A8A5

View file

@ -1,6 +1,10 @@
---
name: Unit Tests
on:
push:
branches:
- master
- "release/**"
pull_request:
types: ['opened', 'synchronize']
paths:
@ -18,6 +22,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '1.15'
- run: cat /etc/issue
- run: bash scripts/gogetcookie.sh
- run: make vet
- run: make test