Skip to content

Commit 9d0a60d

Browse files
committed
Revert me: Debug CI
1 parent 9c434d6 commit 9d0a60d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -620,14 +620,7 @@ jobs:
620620
# todo @cmichi: We ignore `contract-xcm` until we can run a relaychain + parachain
621621
# setup with `ink-node`. This is required for testing XCM.
622622
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 {}
623+
RUST_LOG=trace cargo contract test --verbose --all-features --manifest-path integration-tests/public/precompile-demo/Cargo.toml
631624
632625
examples-test-mapping:
633626
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)