docs: add quick build and test snippet to README

Adds a small “quick build and test” snippet showing make geth and go test ./... to help contributors validate changes locally
This commit is contained in:
GeneratedUserFJ839 2025-12-07 20:23:41 +01:00 committed by GitHub
parent e63e37be5e
commit 64a2eecf5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,17 @@ or, to build the full suite of utilities:
```shell
make all
```
### Quick build and test
For a minimal local verification of your build:
```bash
# Build the main geth binary
make geth
# Run the basic Go test suite
go test ./...
```
## Executables
The go-ethereum project comes with several wrappers/executables found in the `cmd`