also run tests

This commit is contained in:
Guillaume Ballet 2025-10-20 20:39:37 +02:00 committed by Felix Lange
parent 6954ba8713
commit d2acc9fe1b

View file

@ -50,7 +50,7 @@ jobs:
cache: false
- name: Run tests
run: go build ./cmd/geth
run: go test ./...
env:
GOARCH: 386