X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/92bedbb88156e168cad47e6076af38407df70cce..797c2d1e74a14d8d52d963f1efad9be53fca5f5f:/CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 04ed748b..9d52ee66 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ Before submitting a pull request make sure that the following tests pass: ``` cd tests - NOMINATIM_DIR= lettuce -t -Fail features/db features/osm2pgsql + NOMINATIM_DIR= lettuce -t -Fail -t -Tiger features/db features/osm2pgsql ``` ```