Live testing!

This commit is contained in:
bvanvugt 2023-02-20 04:12:10 +00:00
parent 5cc74e7443
commit 7f5f799403

View file

@ -32,7 +32,12 @@ jobs:
with: with:
go-version: '${{ env.GO_VERSION }}' go-version: '${{ env.GO_VERSION }}'
check-latest: true check-latest: true
- run: make test-lint - run: |
echo ---
echo ${GOPATH}
go env GOPATH
echo ---
make test-lint
tests: tests:
name: Test (go test) name: Test (go test)