ci: fix solidity tests (#278)

* Fix CI

* Remove verbose-log to reduce size

* update timeout

* rm deploy contract action

* Update test-helper.js

* Update workflow

* Update workflow

* fix gas estimate amount

* Update test.yml

* fix error assert issue

* ignore bad test case

* remove estimate gas test

* Change fromBlock to 1 (TEMP, Reverse Required)

* bump timeout

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: yihuang <huang@crypto.com>
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
This commit is contained in:
Yijia Su
2021-10-08 13:38:42 +00:00
committed by GitHub
co-authored by Federico Kunze Küllmer yihuang Federico Kunze
parent 4116bfac5e
commit e9ab6241db
8 changed files with 42 additions and 95 deletions
+4 -2
View File
@@ -78,7 +78,7 @@ jobs:
test-solidity:
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 60
steps:
- uses: actions/checkout@v2.3.4
- uses: technote-space/get-diff-action@v5
@@ -87,6 +87,8 @@ jobs:
PATTERNS: |
**/**.sol
**/**.go
tests/solidity/**/*.js
tests/solidity/**/*.sh
go.mod
go.sum
- name: test-solidity
@@ -125,7 +127,7 @@ jobs:
test-rpc:
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 15
steps:
- uses: actions/setup-go@v2.1.4
with: