mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 13:04:02 +03:00
Disable failing real request test for a while
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user