Enable more tests
Some checks failed
Build / build (pull_request) Successful in 3m8s
Lint / Run flake8 on python integration tests (pull_request) Successful in 3m8s
Deploy Contract / deploy (pull_request) Successful in 3m11s
Lint / Run golangci-lint (pull_request) Successful in 4m45s
Tests / test-rpc (pull_request) Successful in 7m29s
Tests / test-unit-cover (pull_request) Failing after 7m36s
Tests / test-importer (pull_request) Successful in 10m37s
Tests / sdk_tests (pull_request) Successful in 22m26s
Some checks failed
Build / build (pull_request) Successful in 3m8s
Lint / Run flake8 on python integration tests (pull_request) Successful in 3m8s
Deploy Contract / deploy (pull_request) Successful in 3m11s
Lint / Run golangci-lint (pull_request) Successful in 4m45s
Tests / test-rpc (pull_request) Successful in 7m29s
Tests / test-unit-cover (pull_request) Failing after 7m36s
Tests / test-importer (pull_request) Successful in 10m37s
Tests / sdk_tests (pull_request) Successful in 22m26s
This commit is contained in:
parent
77c56117af
commit
0d352cf6e3
@ -7,21 +7,17 @@ on:
|
||||
- release/**
|
||||
|
||||
jobs:
|
||||
# test-unit-cover:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/setup-go@v3
|
||||
# with:
|
||||
# go-version: 1.19
|
||||
# check-latest: true
|
||||
# - uses: actions/checkout@v3
|
||||
# - name: Test and Create Coverage Report
|
||||
# run: |
|
||||
# make test-unit-cover
|
||||
# - uses: codecov/codecov-action@v3
|
||||
# with:
|
||||
# file: ./coverage.txt
|
||||
# fail_ci_if_error: false
|
||||
test-unit-cover:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.19
|
||||
check-latest: true
|
||||
- uses: actions/checkout@v3
|
||||
- name: Test
|
||||
run: |
|
||||
make test-unit
|
||||
|
||||
test-importer:
|
||||
runs-on: ubuntu-latest
|
||||
@ -36,18 +32,18 @@ jobs:
|
||||
run: |
|
||||
make test-import
|
||||
|
||||
# test-rpc:
|
||||
# runs-on: ubuntu-latest
|
||||
# timeout-minutes: 15
|
||||
# steps:
|
||||
# - uses: actions/setup-go@v3
|
||||
# with:
|
||||
# go-version: 1.19
|
||||
# check-latest: true
|
||||
# - uses: actions/checkout@v3
|
||||
# - name: Test rpc endpoint
|
||||
# run: |
|
||||
# make test-rpc
|
||||
test-rpc:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
steps:
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.19
|
||||
check-latest: true
|
||||
- uses: actions/checkout@v3
|
||||
- name: Test rpc endpoint
|
||||
run: |
|
||||
make test-rpc
|
||||
|
||||
sdk_tests:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -146,7 +146,7 @@ echo "done sleeping"
|
||||
set +e
|
||||
|
||||
if [[ -z $TEST || $TEST == "rpc" || $TEST == "pending" ]]; then
|
||||
time_out=300s
|
||||
time_out=900s
|
||||
if [[ $TEST == "pending" ]]; then
|
||||
time_out=60m0s
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user