@NSoiffer all PRs that touch Rust code seem to fail, see for example https://github.com/daisy/MathCAT/actions/runs/35412550935/job/105815034881?pr=776
test Languages::zh::tw::units::without_prefix_powers_of_2 ... ok
test Languages::zh::tw::units::without_prefix_other ... ok
test Languages::zh::tw::units::without_prefix_time ... ok
failures:
---- Languages::en::alphabets::cap_cyrillic stdout ----
Error: MathCAT crash! Please report the following information: 'MathCAT crash! Please report the following information: 'MathCAT crash! Please report the following information: 'RefCell already borrowed' at src/speech.rs:2811:0
' at tests/common/mod.rs:56:0' at tests/common/mod.rs:61:0
failures:
Languages::en::alphabets::cap_cyrillic
test result: FAILED. 5105 passed; 1 failed; 33 ignored; 0 measured; 0 filtered out; finished in 194.14s
error: test failed, to rerun pass --test languages
Error: Process completed with exit code 101.
cargo test also passes locally. My guess is that it relates to the (virtual) environment / filesystem for the rules files ?!?
@NSoiffer all PRs that touch Rust code seem to fail, see for example https://github.com/daisy/MathCAT/actions/runs/35412550935/job/105815034881?pr=776
cargo testalso passes locally. My guess is that it relates to the (virtual) environment / filesystem for the rules files ?!?