commit 211b265894602ff90f99236023e8d4c3030389a5
parent bf1f5fe48bd7cd2d598dd3190f5da1a50de89355
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 25 Feb 2024 13:38:00 +0100
Disable timeout on tests until https://github.com/davidbyttow/govips/issues/408 is solved
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
@@ -21,7 +21,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
- run: brew install vips
if: matrix.os == 'macOS-latest'
- - run: go test ./... -race -covermode=atomic -coverprofile=coverage.out
+ - run: go test ./... -race -covermode=atomic -coverprofile=coverage.out -timeout 0
- run: "go vet ./..."
- uses: dominikh/staticcheck-action@v1.2.0
with: