Skip to content

Commit

Permalink
fix (test): Test now also lints again
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas committed Apr 15, 2022
1 parent 7c35e5c commit 9ab806a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ run:
python3 ./src/

.PHONY: test
test:
test: lint
rm -rf ./graphs/
python3 -m unittest discover -v src

.PHONY: test-fast
test-fast:
rm -rf ./graphs/
python3 -m unittest discover -v src

Expand Down

0 comments on commit 9ab806a

Please sign in to comment.