Update tests.yml

This commit is contained in:
glebarez
2022-02-10 16:38:48 +03:00
committed by GitHub
parent 110c2e1064
commit bccdc2cfe5

View File

@@ -17,6 +17,9 @@ jobs:
uses: actions/setup-go@v2.2.0
with:
go-version: ${{ matrix.go }}
check-latest: true
- run: go version
- uses: actions/checkout@v2.4.0
@@ -27,4 +30,4 @@ jobs:
key: ${{ runner.os }}-go-${{ matrix.go }}-${{ hashFiles('**/go.mod') }}
- name: Test
run: go test -v ./...
run: go test -v ./...