We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c434d6 commit 9d0a60dCopy full SHA for 9d0a60d
.github/workflows/ci.yml
@@ -620,14 +620,7 @@ jobs:
620
# todo @cmichi: We ignore `contract-xcm` until we can run a relaychain + parachain
621
# setup with `ink-node`. This is required for testing XCM.
622
command: |
623
- cat ./all-contracts | \
624
- grep integration-tests | \
625
- scripts/for_all_contracts_exec.sh \
626
- --ignore internal/static-buffer \
627
- --ignore internal/mapping \
628
- --ignore public/contract-xcm \
629
- --partition ${{ matrix.partition }}/4 -- \
630
- cargo contract test --all-features --manifest-path {}
+ RUST_LOG=trace cargo contract test --verbose --all-features --manifest-path integration-tests/public/precompile-demo/Cargo.toml
631
632
examples-test-mapping:
633
runs-on: ubuntu-latest
0 commit comments