CI: Removed perseverance test due to CI time

This commit is contained in:
diamondburned 2021-01-05 13:39:13 -08:00
parent dcee1c2506
commit 8a21375916
1 changed files with 0 additions and 12 deletions

View File

@ -51,17 +51,5 @@
"go mod tidy",
"go tool cover -func $COV"
]
},
"perseverance_test": {
"stage": "test",
"timeout": "55m", # 55 minuets; check testenv
"interruptible": true, # Stop if newer jobs are available.
"only": {
"variables": [ "$BOT_TOKEN", "$CHANNEL_ID", "$VOICE_ID" ]
},
"script": [
"go get ./...",
"go test -race -tags perseverance -run Perseverance -parallel 9 ./..."
]
}
}