diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6ce74f9..6fc9401 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,5 +25,8 @@ jobs: with: go-version: 1.20 + - name: Install dependencies + run: go mod download + - name: Run tests run: go test -v ./...