Skip to content

Commit

Permalink
remove run
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Jan 30, 2024
1 parent ac3559a commit 11a4b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/simtest/cargo-simtest
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ if [ "$1" = "build" ]; then
fi

if [ $CODE_COV == 1 ]; then
CARGO_COMMAND=(llvm-cov --ignore-run-fail --lcov --output-path lcov.info nextest run --cargo-profile simulator)
CARGO_COMMAND=(llvm-cov --ignore-run-fail --lcov --output-path lcov.info nextest --cargo-profile simulator)
fi

# Must supply a new temp dir - the test is deterministic and can't choose one randomly itself.
Expand Down

0 comments on commit 11a4b25

Please sign in to comment.