Skip to content

Commit 4f37a0a

Browse files
author
Daniel
committed
Update pre-push to re-run test tasks
1 parent 3a88d81 commit 4f37a0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.githooks/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ echo "🚀 Running pre-push checks..."
66

77
# Run tests
88
echo "🧪 Running tests..."
9-
./gradlew test --quiet
9+
./gradlew test --quiet --rerun-tasks
1010

1111
if [ $? -ne 0 ]; then
1212
echo "❌ Tests failed! Push aborted."

0 commit comments

Comments
 (0)