eth-ipfs-state-validator/.github/workflows/on-pr.yml
Roy Crihfield 5eeeecf667
Refactor for v5 and IPFS v0 blockstore (#73)
* vulcanize => cerc

* Use v0-blockstore based DB

via ipld-eth-statedb/trie_by_cid

* Update CI workflows

* Update modules

- concurrent iterator interface
- ginkgo v2
- go 1.19
2023-05-18 22:46:51 -05:00

8 lines
97 B
YAML

name: PR actions
on:
- pull_request
jobs:
run-tests:
uses: ./.github/workflows/test.yml