diff --git a/.github/workflows/go-integration.yml b/.github/workflows/go-integration.yml index 4fd3bb5..18a4b6b 100644 --- a/.github/workflows/go-integration.yml +++ b/.github/workflows/go-integration.yml @@ -18,4 +18,5 @@ jobs: - name: Tests run: | cd integration + go mod tidy go test -v ./... -count=1