Roy Crihfield
bc3a7934cf
* refactor vulcanize => cerc * update geth and cerc dependencies * update packages, ginkgo * refactor chain generation * update integration tests, contract, makefile * go embed contract code * rm old readme * move unit tests into package * rm ginkgo where not needed * use tx in ref integrity functions
7 lines
101 B
YAML
7 lines
101 B
YAML
name: Run tests for PR
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
run-tests:
|
|
uses: ./.github/workflows/test.yml
|