mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-01-05 19:57:02 +00:00
CI: Removed perseverance test due to CI time
This commit is contained in:
parent
dcee1c2506
commit
8a21375916
|
@ -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 ./..."
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue