You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run nextest with --all-targets, testing of benchmarks fails with the following error message:
Error: creating test list failed
Caused by:
for `rethnet_evm::bench/state`, command `/home/runner/work/hardhat/hardhat/target/debug/deps/state-3c982b29c4c2de0f --list --format terse` exited with code 2
--- stdout:
--- stderr:
Gnuplot not found, using plotters backend
error: Found argument '--format' which wasn't expected, or isn't valid in this context
Error: Found argument '--format' which wasn't expected, or isn't valid in this context
If you tried to supply `--format` as a value rather than a flag, use `-- --format`
It seems like the --format argument that's passed follows the wrong convention
The text was updated successfully, but these errors were encountered:
When I run nextest with
--all-targets
, testing of benchmarks fails with the following error message:It seems like the
--format
argument that's passed follows the wrong conventionThe text was updated successfully, but these errors were encountered: