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
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:
parent
0f91736dc2
commit
f3647d0b16
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user