Added missing workflow step
All checks were successful
Testing / test (1.23.x, ubuntu-latest) (push) Successful in 20s

This commit is contained in:
2025-02-03 16:41:56 -05:00
parent bfb66981e1
commit 810c340736
2 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- run: |
go get -u .
go test ./.
# test-cache: