pelias / pip-service

Pelias point-in-polygon-service
https://pelias.io
MIT License
16 stars 18 forks source link

fix(test): Use script with pipefail to run tests #91

Closed orangejulius closed 5 years ago

orangejulius commented 5 years ago

This avoids an entire class of errors where the tests fail, but show as passing.

Connects https://github.com/pelias/pelias/issues/744