Skip to content

Commit cc4317a

Browse files
committed
debug
1 parent 59b8a8f commit cc4317a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ jobs:
557557
# Run all tests with --all-features, which will run the `e2e-tests` feature if present.
558558
command: |
559559
scripts/for_all_contracts_exec.sh --path integration-tests --ignore internal/static-buffer --ignore internal/mapping \
560-
--ignore public/debugging-strategies --ignore public/wildcard-selector --ignore public/sol-cross-contract --partition ${{ matrix.partition }}/4 -- \
560+
--ignore public/debugging-strategies --ignore public/wildcard-selector --ignore public/sol-cross-contract --ignore public/sol-encoding --partition ${{ matrix.partition }}/4 -- \
561561
cargo contract test --all-features --manifest-path {}
562562
563563
examples-test-mapping:
@@ -653,9 +653,13 @@ jobs:
653653

654654
- name: Test Debug Example
655655
uses: ./.github/run-container-command
656+
env:
657+
# Fix for linking of `linkme` for `cargo test`: https://github.com/dtolnay/linkme/issues/49
658+
RUSTFLAGS: -Clink-arg=-z -Clink-arg=nostart-stop-gc -Clink-dead-code
656659
with:
657660
command: |
658661
cargo contract test --all-features --manifest-path integration-tests/public/sol-cross-contract/Cargo.toml
662+
cargo contract test --all-features --manifest-path integration-tests/public/sol-encoding/Cargo.toml
659663
660664
examples-custom-test:
661665
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)