Skip to content

Commit

Permalink
Disable timeout on tests until davidbyttow/govips#408 is solved
Browse files Browse the repository at this point in the history
  • Loading branch information
MTRNord committed Feb 25, 2024
1 parent bf1f5fe commit 211b265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 211b265

Please sign in to comment.