To run tests
(
cd deps
&&
cargo clean
&&
cargo update
&&
cargo build
)
cargo test
To update goldens after running ui tests
ui
/
update
-
references
.
sh