bnjbvr opened PR #2956 from run-test-script to main:
This streamlines running the tests, and has the benefits to make it trivial to locally run tests as they're run in CI (viz. use
./ci/run-tests.sh) and makes thecargo testflags uniform across testing, including for theold-x86-backend.
bnjbvr updated PR #2956 from run-test-script to main.
alexcrichton created PR review comment:
Could this perhaps be
"$@"to just forward all arguments tocargo test(and placed at the end). That way the--lockedcould also be passed in only with CI to make this a bit more useful to run locally.
alexcrichton submitted PR review.
bnjbvr created PR review comment:
Good idea, it's also more future-proof!
bnjbvr submitted PR review.
bnjbvr updated PR #2956 from run-test-script to main.
alexcrichton submitted PR review.
bnjbvr merged PR #2956.
Last updated: Dec 06 2025 at 06:05 UTC