We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dda093 commit 630edb5Copy full SHA for 630edb5
.github/workflows/ci.yml
@@ -556,6 +556,7 @@ jobs:
556
with:
557
# Run all tests with --all-features, which will run the `e2e-tests` feature if present.
558
command: |
559
+ ls -la /usr/local/bin/
560
scripts/for_all_contracts_exec.sh --path integration-tests --ignore internal/static-buffer --ignore internal/mapping \
561
--ignore public/debugging-strategies --ignore public/wildcard-selector --partition ${{ matrix.partition }}/4 -- \
562
cargo test --all-features --manifest-path {}
0 commit comments