4 lines
106 B
Bash
Executable File
4 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
echo "#!/bin/sh\ncargo test -p ethcore" >> ./.git/hooks/pre-push
|
|
chmod +x ./.git/hooks/pre-push
|