Skip to content

Commit

Permalink
ci: run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Oct 27, 2023
1 parent e512c5b commit 26473be
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 @@ -12,7 +12,7 @@ install:
pip install -e .

test: ## Run tests
pytest $(SRC_PATH)
pytest tests

lint: ## Format code
ruff format .
Expand Down

0 comments on commit 26473be

Please sign in to comment.