diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e00f702..574bf12 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -23,4 +23,4 @@ jobs: with: go-version: '1.21.x' - name: Test with the Go CLI - run: go test -v ./... + run: go test -timeout 10s -v ./...