Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: complete ckb4ibc-test with embedded forcerelay-ckb-sdk #305

Merged
merged 16 commits into from
Sep 6, 2023
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ jobs:
NEXTEST_RETRIES: 2
CHAIN_COMMAND_PATHS: icad
run: |
nix shell .#python .#ica -c \
jjyr marked this conversation as resolved.
Show resolved Hide resolved
cargo nextest run -p ibc-integration-test --features ica --no-fail-fast \
--test-threads=2 test_ica_filter
nix shell .#python .#ica -c cargo \
test -p ibc-integration-test --features ica --no-fail-fast -- \
--nocapture --test-threads=1 test_ica_filter

ics29-fee-test:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -356,4 +356,4 @@ jobs:
# .#apalache \
# -c cargo \
# test -p ibc-integration-test --features mbt --no-fail-fast -- \
# --failure-output final --test-threads=2 --test-threads=1 mbt
# --failure-output final --test-threads=2 --test-threads=1 mbt
jjyr marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ jobs:
# uses: actions/upload-artifact@v2
# with:
# name: code-coverage-report
# path: cobertura.xml
# path: cobertura.xml
jjyr marked this conversation as resolved.
Show resolved Hide resolved
Loading
Loading