go-ethereum/internal/flags
Felix Lange 84f2932b1e
Some checks are pending
/ Linux Build (push) Waiting to run
/ Linux Build (arm) (push) Waiting to run
/ Windows Build (push) Waiting to run
/ Docker Image (push) Waiting to run
.github, internal/flags: improve actions test runs (#32150)
This change enables more tests to run on GitHub actions. First, it
removes the `-short` flag passed to `go test`, unskipping some longer
running tests. We also enable the full consensus tests to run by
enabling submodules during git clone.

The EF now operates org wide runners with the `self-hosted-ghr` label.
These are auto-scaling runners which should ideally allow us to process
any amount of testing load we throw at them. The new runners have `HOME`
configured differently from the actual user home directory, so our
internal test for resolving `~` had to be adapted to work in this scenario.
2025-07-07 13:26:11 +02:00
..
categories.go cmd, core, metrics: always report expensive metrics (#29191) 2024-03-11 10:06:57 +02:00
flags.go internal/flags: fix "flag redefined" bug for alias on custom flags (#30796) 2024-11-24 20:09:38 +01:00
flags_test.go .github, internal/flags: improve actions test runs (#32150) 2025-07-07 13:26:11 +02:00
helpers.go cmd/workload: RPC workload tests for filters and history (#31189) 2025-02-27 00:07:14 +01:00