print things out when testing

This commit is contained in:
shockrah 2020-03-07 18:50:03 -08:00
parent 3a995fa469
commit b29cbed17c

View File

@ -9,7 +9,7 @@ sass-live:
sh scripts/build-sass.sh watch
test:
cargo test
cargo test -- --nocapture
release:
$(BUILD) --release