Meta/round: test with sha256, too
Junio C Hamano committed
Dec 12, 2023 at 17:05 UTC
2d886b02d138eb512224aaed14164b2d68bbe62b
1 file changed
+4
-1
round
+4
-1
@@ -2,7 +2,7 @@
2
3
# Give names of targets to use on the command line
4
# coccicheck is not enabled by default
5
-default="sparse hdr-check leaks address,undefined test check-docs doc"
5
+default="sparse hdr-check sha256 leaks address,undefined test check-docs doc"
6
skip=" "
7
more=" "
8
@@ -44,6 +44,9 @@ do
44
Meta/Make -j16 -- NO_REGEX=NoThanks clean >/dev/null 2>&1 &&
45
rm -f compat/regex/regex.o
46
;;
47
+ sha256)
48
+ GIT_TEST_DEFAULT_HASH=sha256 Meta/Make -j16 test
49
+ ;;
50
*)
51
Meta/Make -j16 "$t"
52
;;