We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e116705 commit 0d53fc7Copy full SHA for 0d53fc7
scripts/run_eip7702_tests.sh
@@ -35,7 +35,7 @@ else
35
-v "${REF_FVM_ABS}:/work/ref-fvm" \
36
-v "${BA_ABS}:/work/builtin-actors" \
37
-w /work/ref-fvm \
38
- builtin-actors-builder bash -lc 'rustup show && cargo test -p fvm --tests -- --nocapture' || {
+ builtin-actors-builder bash -lc 'PATH=/usr/local/cargo/bin:$PATH; cargo test -p fvm --no-default-features --features testing --tests -- --nocapture' || {
39
echo "[eip7702] ref-fvm tests failed inside Docker as well." >&2
40
exit 1
41
}
0 commit comments