mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-03 11:21:49 +02:00
Issue #62: add icon and MapCSS tests.
This commit is contained in:
parent
5c6fdb2c83
commit
3ec58805a4
1 changed files with 7 additions and 1 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -23,6 +23,12 @@ jobs:
|
|||
- name: Test with pytest
|
||||
run: |
|
||||
pytest -v
|
||||
- name: Integration test
|
||||
- name: Render test
|
||||
run: |
|
||||
python roentgen.py render -b 37.415,55.753,37.416,55.754 --cache test/data
|
||||
- name: Icon generation test
|
||||
run: |
|
||||
python roentgen.py icons
|
||||
- name: MapCSS 0.2 generation test
|
||||
run: |
|
||||
python roentgen.py mapcss
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue