From 0e597dfdf064b73eef2115ceaf74f9fdb66d413d Mon Sep 17 00:00:00 2001 From: amercader Date: Thu, 7 Nov 2024 13:22:51 +0100 Subject: [PATCH] Revert "Run just one test" This reverts commit fefbc6b36a1aa01983cec5128c9bb9f3118539bf. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 72cb3b16..1224f3d3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -97,4 +97,4 @@ jobs: sed -i -e 's/use = config:.*/use = config:\/srv\/app\/src\/ckan\/test-core.ini/' test.ini - name: Run tests - run: pytest --ckan-ini=test.ini --cov=ckanext.spatial --cov-report term-missing --cov-append --disable-warnings ckanext/spatial/tests/test_spatial_search.py::TestBBoxSearch::test_spatial_real_multipolygon_inside_extent_no_intersect + run: pytest --ckan-ini=test.ini --cov=ckanext.spatial --cov-report term-missing --cov-append --disable-warnings ckanext/spatial/tests