Skip to content

Commit

Permalink
Run just one test
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Nov 6, 2024
1 parent 84f6980 commit fefbc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit fefbc6b

Please sign in to comment.