fix tests

This commit is contained in:
Stepan Kuzmin 2018-01-30 12:36:48 +03:00
parent f3f13ec60c
commit 8ad3fccd8a
2 changed files with 1 additions and 2 deletions

View File

@ -25,8 +25,7 @@ before_script:
- sudo apt-get install -y postgresql-9.6-postgis-2.4
- psql -U postgres -c 'create database test'
- psql -U postgres -d test -c 'create extension postgis'
- psql -U postgres -d test -f fixtures/tilebbox.sql
- psql -U postgres -d test -f fixtures/points.sql
- psql -U postgres -d test -f tests/fixtures/points.sql
script:
- cargo test --verbose --all