Skip to content

Commit

Permalink
Fix GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Jan 8, 2025
1 parent ab140ea commit e2a2342
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -499,10 +499,11 @@ jobs:
uses: docker://useink/ci
with:
# run all tests with --all-features, which will run the e2e-tests feature if present
args: /bin/bash -c "scripts/for_all_contracts_exec.sh --path integration-tests \
--ignore public/static-buffer \
--partition ${{ matrix.partition }}/6 -- \
cargo +nightly test --all-features --all --manifest-path {}"
args:
/bin/bash -c "scripts/for_all_contracts_exec.sh --path integration-tests \
--ignore public/static-buffer \
--partition ${{ matrix.partition }}/6 -- \
cargo +nightly test --all-features --all --manifest-path {}"

examples-custom-test:
# todo
Expand Down

0 comments on commit e2a2342

Please sign in to comment.