Skip to content

Commit 7546f90

Browse files
author
Eric Diven
committed
Reorder precommit to run tests last.
Reason: Catches lint and docs errors more quickly this way.
1 parent 932bb0e commit 7546f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ help:
2828
@echo "wheel - build wheel only"
2929
@echo "install - install the package to the active Python's site-packages"
3030

31-
precommit: clean dist test docs lint
31+
precommit: clean dist lint docs test
3232

3333
clean-all: clean
3434
rm -f presto*.rpm

0 commit comments

Comments
 (0)