From 3ec58805a450a066cb92602a2a0d80bae7bf8ff0 Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Mon, 12 Jul 2021 02:52:59 +0300 Subject: [PATCH] Issue #62: add icon and MapCSS tests. --- .github/workflows/test.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e73f2dc..9366ca4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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