Fix formatting in yaml

This commit is contained in:
2021-06-17 17:37:58 -04:00
parent bab98adddd
commit 026f3c88fb
+2 -2
View File
@@ -13,5 +13,5 @@ jobs:
with: with:
go-version: 1.x go-version: 1.x
- run: | - run: |
export PATH=$PATH:$(go env GOPATH)/bin # temporary fix. See https://github.com/actions/setup-go/issues/14 export PATH=$PATH:$(go env GOPATH)/bin # temporary fix. See https://github.com/actions/setup-go/issues/14
make unit-test make unit-test