needs go
Some checks failed
Deploy Contract / deploy (pull_request) Successful in 2m10s
Build / build (pull_request) Successful in 2m28s
Lint / Run flake8 on python integration tests (pull_request) Successful in 2m32s
Lint / Run golangci-lint (pull_request) Successful in 6m27s
Tests / test-rpc (pull_request) Failing after 5m20s
Tests / test-unit-cover (pull_request) Failing after 8m6s
Tests / test-importer (pull_request) Successful in 8m35s
Tests / sdk_tests (pull_request) Has been cancelled

This commit is contained in:
Thomas E Lackey 2024-01-22 17:40:59 -06:00
parent 0f91736dc2
commit f3647d0b16

View File

@ -9,6 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19
check-latest: true
- name: Test contract
run: |
make contract-tools