Skip to content

Commit

Permalink
Revert "Run just one test"
Browse files Browse the repository at this point in the history
This reverts commit fefbc6b.
  • Loading branch information
amercader committed Nov 7, 2024
1 parent fefbc6b commit 0e597df
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/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

0 comments on commit 0e597df

Please sign in to comment.