pelias / model

Pelias data models
6 stars 17 forks source link

chore(test): Use dedicated test script to catch errors #107

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