Disable failing real request test for a while

This commit is contained in:
9seconds
2026-02-11 10:02:39 +01:00
parent 2041f3154b
commit 37de052feb
4 changed files with 4 additions and 99 deletions
+4
View File
@@ -14,6 +14,10 @@ run = "go build"
description = "Run tests"
run = "go test -v ./..."
[tasks.covtest]
description = "Run tests with code coverage"
run = "go test -coverprofile=coverage.txt -covermode=atomic -parallel 2 -race -v ./..."
[tasks.test-all]
description = "Run all tests"
depends = [