Skip to content

Commit

Permalink
build(make): fix test task
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Oct 16, 2024
1 parent 633a29a commit 56a918e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ install:
@pip install --upgrade pip
@pip install -r requirements.txt --use-deprecated=legacy-resolver

test: lint test-build
test:
@${MAKE} lint
@${MAKE} test-build

test-build:
@${MAKE} dummy SPHINXOPTS="--quiet --fail-on-warning"
Expand Down

0 comments on commit 56a918e

Please sign in to comment.