mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
ci: move TestExecutionSpec and TestMiningBenchmark to integration test suite (#8104)
TestExecutionSpec takes significant time to run (12s for me), and frequently timeouts on Windows PR builds: https://github.com/ledgerwatch/erigon/actions/runs/5974942021/job/16235304043?pr=8077 Same with bor.TestMiningBenchmark: https://github.com/ledgerwatch/erigon/actions/runs/6024465717/job/16343219099 Move it to the integration workflow where the timeout is longer.
This commit is contained in:
parent
f05a6ab43e
commit
f7c7c109ce
@ -1,3 +1,5 @@
|
||||
//go:build integration
|
||||
|
||||
package bor
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,5 @@
|
||||
//go:build integration
|
||||
|
||||
package tests
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user