mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 21:26:42 +00:00
.github: run tests with ci.go
This commit is contained in:
parent
cbf0b5bc92
commit
d83ebf8f34
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
|
@ -55,4 +55,4 @@ jobs:
|
|||
cache: false
|
||||
|
||||
- name: Run tests
|
||||
run: go test ./...
|
||||
run: go run build/ci.go test
|
||||
|
|
|
|||
Loading…
Reference in a new issue