mirror of
https://github.com/ProvableHQ/leo.git
synced 2025-01-01 06:33:11 +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=
|