Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed Mar 21, 2024
1 parent cbafd57 commit a648f43
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 @@ -76,7 +76,7 @@ tests-dev: ## run tests in development mode
.venv/bin/pytest --pdb -vvv tests

.PHONY: tests-ci
tests-dev: ## run tests in development mode
tests-ci: ## run testds in the CI
.venv/bin/pytest -vvv tests

.PHONY: help
Expand Down

0 comments on commit a648f43

Please sign in to comment.