File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ jobs:
557
557
# Run all tests with --all-features, which will run the `e2e-tests` feature if present.
558
558
command : |
559
559
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 -- \
561
561
cargo contract test --all-features --manifest-path {}
562
562
563
563
examples-test-mapping :
@@ -653,9 +653,13 @@ jobs:
653
653
654
654
- name : Test Debug Example
655
655
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
656
659
with :
657
660
command : |
658
661
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
659
663
660
664
examples-custom-test :
661
665
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments