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 sh scripts/build-sass.sh watch
test: test:
cargo test cargo test -- --nocapture
release: release:
$(BUILD) --release $(BUILD) --release