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:
parent
725447c828
commit
8e69236b6b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user