Skip to content

Commit

Permalink
CI: Mark warnings as errors
Browse files Browse the repository at this point in the history
In order to quickly detect pending deprecation warnings in our
supporting libraries, mark warnings as errors in our automated testing
setups.
  • Loading branch information
rbarrois committed May 1, 2021
1 parent 32f4921 commit 0b13614
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 @@ -58,7 +58,7 @@ testall:

# DOC: Run tests for the currently installed version
test: build
python -Wdefault ./manage.py test tests.djworkflows.tests
python -Werror ./manage.py test tests.djworkflows.tests



Expand Down

0 comments on commit 0b13614

Please sign in to comment.