d111dd85db
* Upgrade Geth, Go and add CICD * update ipld-eth-server version * Track validation progress on a channel * Add integration tests * Setup validator config and update instructions to run tests locally * Update readme and tests * Update test to use v4 Infrastructure * Inlcude the env file * Fix config file write * Update DB configuration Co-authored-by: prathamesh0 <prathamesh.musale0@gmail.com> Co-authored-by: Ashwin Phatak <ashwinpphatak@gmail.com>
7 lines
99 B
YAML
7 lines
99 B
YAML
name: Run all tests
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
run-tests:
|
|
uses: ./.github/workflows/tests.yml
|