docx-rs/makefile

11 lines
357 B
Makefile

test:
cargo test -- --test-threads=1
lint:
cargo clippy --all-targets --all-features -- -D warnings
vrt:
node vrt/index.js && reg-cli vrt/screenshot/actual vrt/screenshot/expected vrt/screenshot/diff -R vrt/report.html -I
vrt-update:
node vrt/index.js && reg-cli vrt/screenshot/actual vrt/screenshot/expected vrt/screenshot/diff -R vrt/report.html -U