1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-18 11:12:10 +02:00

Always run tests on push

This commit is contained in:
DarthSim 2019-09-19 19:26:25 +06:00
parent 725447c828
commit 8e69236b6b

View File

@ -1,10 +1,5 @@
#!/bin/sh
if ! git diff --staged --name-only | grep -qe ".*\.(go|h|c)$"; then
echo "Nothing to test"
exit 0;
fi
if [ -x "$(which brew)" ]; then
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$(brew --prefix libffi)/lib/pkgconfig"
fi