Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed Mar 21, 2024
1 parent 162c972 commit 5e578de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ install-dev: ## run tests in development mode
tests-dev: ## run tests in development mode
.venv/bin/pytest --pdb -vvv tests

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

.PHONY: help
help: ## this colorful help
@echo "Recipes for '$(notdir $(CURDIR))':"
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
make .venv
source .venv/bin/activate
make install-dev
make tests-local
make tests-ci

0 comments on commit 5e578de

Please sign in to comment.