Makefile.am: Update tag-and-all rule to do a full-check

* Makefile.am: Make the tag-and-all rule do a full-check instead
	of just a check-self-compare.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2024-11-01 19:14:24 +01:00
parent 202b9f964f
commit 11ffe3e790

View File

@ -80,7 +80,7 @@ tarball-and-tag-and-upload: tarball-and-all
tarball-and-all: tag-and-all
$(MAKE) tarball
tag-and-all: distcheck check-self-compare
tag-and-all: distcheck full-check
$(MAKE) tag-release-only
# the default for GZIP_ENV is --best, which is pretty slow for check runs