1
1
mirror of https://github.com/tweag/nickel.git synced 2024-11-10 10:46:49 +03:00

Add formatting check

This commit is contained in:
Yann Hamdaoui 2021-02-24 18:01:39 +01:00
parent 32398fdd83
commit b250b0f2c3

View File

@ -68,7 +68,11 @@
doCheck = true;
checkPhase = "cargo test --release --frozen --offline";
checkPhase =
''
cargo test --release --frozen --offline
cargo fmt --all -- --check
'';
installPhase =
''