Skip to content

Commit

Permalink
fix(ci): upgrade integration ica-filter-test
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Sep 6, 2023
1 parent 46340d5 commit a9c1bf0
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,16 @@ jobs:
ica-filter-test:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
chain:
- package: ibc-go-v6-simapp
command: simd
account_prefix: cosmos
- package: ibc-go-v7-simapp
command: simd
account_prefix: cosmos
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
Expand Down Expand Up @@ -174,9 +184,10 @@ jobs:
RUST_BACKTRACE: 1
NO_COLOR_LOG: 1
NEXTEST_RETRIES: 2
CHAIN_COMMAND_PATHS: icad
CHAIN_COMMAND_PATHS: ${{ matrix.chain.command }}
ACCOUNT_PREFIXES: ${{ matrix.chain.account_prefix }}
run: |
nix shell .#python .#ica -c \
nix shell .#${{ matrix.chain.package }} -c \
cargo nextest run -p ibc-integration-test --features ica --no-fail-fast \
--test-threads=2 test_ica_filter
Expand Down

0 comments on commit a9c1bf0

Please sign in to comment.