From 8163bd5918f8929834af312fcd88d01fee9f20bc Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 15 Feb 2024 16:30:31 +0000 Subject: build: remove tests from pre-push because they take 3 minutes to run and sometime fail due to a nix specific issue --- git_hooks/pre-push | 6 ------ 1 file changed, 6 deletions(-) (limited to 'git_hooks/pre-push') diff --git a/git_hooks/pre-push b/git_hooks/pre-push index 63b191d..5ec9f01 100755 --- a/git_hooks/pre-push +++ b/git_hooks/pre-push @@ -15,10 +15,4 @@ then exit 1 fi -if ! cargo test -then - echo "There are some test issues." - exit 1 -fi - exit 0 \ No newline at end of file -- cgit v1.2.3