Skip to content

Commit

Permalink
Debug examples-test-mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Jan 9, 2025
1 parent cb661a1 commit 27fe612
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ jobs:

examples-test-mapping:
runs-on: ubuntu-latest
needs: [set-image, check, fmt, clippy, clippy-examples, dylint, spellcheck]
needs: [set-image]
defaults:
run:
shell: bash
Expand All @@ -535,11 +535,13 @@ jobs:
# needed for `mapping::e2e_tests::fallible_storage_methods_work`
INK_STATIC_BUFFER_SIZE: 256
run:
cargo +stable test --all-features --all --manifest-path integration-tests/public/mapping/Cargo.toml
echo "---"
cargo +nightly test --all-features --all --manifest-path integration-tests/public/mapping/Cargo.toml

examples-custom-test:
runs-on: ubuntu-latest
needs: [set-image, clippy]
needs: [set-image, clippy, clippy-examples]
defaults:
run:
shell: bash
Expand Down
1 change: 1 addition & 0 deletions scripts/for_all_contracts_exec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ options=$(getopt -o p:i:q: --long path:,ignore:,quiet:,partition: -- "$@")
eval set -- "$options"
ignore=()
quiet=false
partitioning=false
while true; do
case "$1" in
-p|--path)
Expand Down

0 comments on commit 27fe612

Please sign in to comment.