Skip to content

Commit

Permalink
Remove now-unused PY_TEST guard
Browse files Browse the repository at this point in the history
Reported-by: Pau Ruiz Safont <[email protected]>
Signed-off-by: Yann Dirson <[email protected]>
  • Loading branch information
ydirson committed Jan 23, 2024
1 parent 1ecff5a commit d24cb9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ lint:

test:
dune runtest --profile=$(PROFILE) --error-reporting=twice -j $(JOBS)
ifneq ($(PY_TEST), NO)
dune build @runtest-python --profile=$(PROFILE)
endif

stresstest:
dune build @stresstest --profile=$(PROFILE) --no-buffer -j $(JOBS)
Expand Down

0 comments on commit d24cb9b

Please sign in to comment.