github actions

pull/515/head
hunterlong 2020-04-19 21:21:20 -07:00
parent 106bad8b2e
commit b4b1b9b383
1 changed files with 7 additions and 0 deletions

View File

@ -190,6 +190,13 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Download Go mods
if: steps.golangcache.outputs.cache-hit != 'true'
run: |
go mod download
go mod verify
make test-deps
- name: Setting ENV's
run: |
echo "::add-path::$(go env GOPATH)/bin"