Skip to content

Commit

Permalink
Revert "bugfix optiongroupserializer missing (#344)"
Browse files Browse the repository at this point in the history
This reverts commit 8cf7e38.
  • Loading branch information
specialunderwear authored Nov 27, 2024
1 parent e39f882 commit 830801d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ test:
python sandbox/manage.py test oscarapi --settings=sandbox.settings.block_admin_api_true
python sandbox/manage.py test oscarapi --settings=sandbox.settings.block_admin_api_false

coverage:
coverage:
coverage run sandbox/manage.py test oscarapi --settings=sandbox.settings.block_admin_api_true
coverage run sandbox/manage.py test oscarapi --settings=sandbox.settings.block_admin_api_false
coverage report -m
coverage xml -i
Expand Down

0 comments on commit 830801d

Please sign in to comment.