Updating git hook

This commit is contained in:
Tomusdrw 2016-02-03 16:23:02 +01:00
parent 62b7862206
commit 898e819e1a
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
echo "#!/bin/sh\ncargo test" >> ./.git/hooks/pre-push
echo "#!/bin/sh\ncargo test -p ethcore" >> ./.git/hooks/pre-push
chmod +x ./.git/hooks/pre-push