Skip to content

Commit

Permalink
Fix test target
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBoothroyd committed Jan 14, 2024
1 parent e5e2a49 commit d1a6a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ format:
$(CONDA_ENV_RUN) ruff format $(PACKAGE_NAME)

test:
$(CONDA_ENV_RUN) pytest -v $(TEST_ARGS) $(PACKAGE_NAME)/*/tests/
$(CONDA_ENV_RUN) pytest -v $(TEST_ARGS) $(PACKAGE_NAME)/tests/

docs-build:
$(CONDA_ENV_RUN) mkdocs build
Expand Down

0 comments on commit d1a6a40

Please sign in to comment.