mirror of
https://github.com/maplibre/martin.git
synced 2024-12-18 20:31:54 +03:00
fix tests
This commit is contained in:
parent
f3f13ec60c
commit
8ad3fccd8a
@ -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
|
Loading…
Reference in New Issue
Block a user