mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-18 23:02:35 +03:00
4 lines
257 B
Batchfile
4 lines
257 B
Batchfile
@REM cargo test --package leo-parser --lib -- test::parser_tests --exact --nocapture cargo 2>&1 | rg -B 2 dbg
|
|
set CLEAR_LEO_TEST_EXPECTATIONS=1
|
|
cargo test --package leo-parser --lib -- test::parser_tests --exact --nocapture
|
|
set CLEAR_LEO_TEST_EXPECTATIONS= |