Make 'npm run test:rust' work out-of-the-box (#6721)

* Make 'npm run test:rust' work out-of-the-box

* Simplify instructions and remove stale

* Update to use correct value from the documentation

See https://doc.rust-lang.org/std/backtrace/index.html
This commit is contained in:
Jace Browning
2025-05-07 11:35:49 -04:00
committed by GitHub
parent af50422544
commit f8a33a63ac
4 changed files with 15 additions and 122 deletions

View File

@ -52,7 +52,8 @@ redo-sim-tests:
EXPECTORATE=overwrite TWENTY_TWENTY=overwrite {{cita}} {{kcl_lib_flags}} --no-quiet -- simulation_tests
test:
export RUST_BRACKTRACE="full" && {{cnr}} --workspace --features artifact-graph --no-fail-fast
cargo install cargo-nextest
{{cnr}} --workspace --features artifact-graph --no-fail-fast
bump-kcl-crate-versions bump='patch':
# First build the kcl-bumper tool.