mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-20 16:11:35 +03:00
4 lines
255 B
Bash
4 lines
255 B
Bash
|
export CLEAR_LEO_TEST_EXPECTATIONS=1
|
||
|
cargo test --package leo-parser --lib -- test::parser_tests --exact --nocapture
|
||
|
# cargo test --package leo-parser --lib -- test::parser_tests --exact --nocapture 2>&1 | grep -A 2 dbg
|
||
|
export CLEAR_LEO_TEST_EXPECTATIONS=
|