1 2 3 4 5 6 7 8 9 10 11 12
test: # run with `RUST_BACKTRACE=1` environment variable to display a backtrace RUST_LOG=info cargo test -- --test-threads=1 2>&1 | tee out clean: rm *.db; \ rm *.txt; \ rm -rf target; \ rm out fmt: rustup run nightly cargo fmt