summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-25 13:28:37 +0000
committerLars Wirzenius <liw@liw.fi>2021-04-25 13:28:37 +0000
commitfef7f220e2385ccfb423201958021a33c26b69c9 (patch)
treeb8ff5b6438252a5c08ae00c796625a00ae453643 /check
parent6ee2450e2c0478440c56f9a0f754edaaa901d957 (diff)
parent9c3893cf616279e4101b1ccf52d0a82b7a334b3b (diff)
downloadobnam2-fef7f220e2385ccfb423201958021a33c26b69c9.tar.gz
Merge branch 'feature/78-cachedir-tag' into 'main'
feat: add support for CACHEDIR.TAG Closes #78 See merge request larswirzenius/obnam!138
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 3156058..bcb04e0 100755
--- a/check
+++ b/check
@@ -20,7 +20,7 @@ got_cargo_cmd()
cargo "$1" --help > /dev/null
}
-got_cargo_cmd clippy && cargo clippy -q --all-targets
+got_cargo_cmd clippy && $hideok cargo clippy --all-targets
$hideok cargo build --all-targets
got_cargo_cmd fmt && $hideok cargo fmt -- --check
$hideok cargo test