pelias / placeholder

stand-alone coarse geocoder
https://placeholder.demo.geocode.earth
MIT License
313 stars 35 forks source link

feat(test): Use test running binary to catch errors #137

Closed orangejulius closed 6 years ago

orangejulius commented 6 years ago

The way we were running our unit tests does not catch fatal errors in the unit test run, even though they return non-zero status codes.

By using a dedicated script to run the tests, with the pipefail option, we can catch them.

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