Live testing!
This commit is contained in:
parent
5cc74e7443
commit
7f5f799403
1 changed files with 6 additions and 1 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue