Skip to content

Commit

Permalink
chore: fix makefile command of run.
Browse files Browse the repository at this point in the history
  • Loading branch information
zlj-zz committed Nov 24, 2023
1 parent b999b2a commit cc7056f
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 @@ -6,7 +6,7 @@ ifeq ($(PY),)
endif

run:
$(PY) ./tests/run.py
$(PY) ./tools/run.py

test:
@if [ ! -f pytest ]; then $(PY) -m pip install pytest; fi
Expand Down

0 comments on commit cc7056f

Please sign in to comment.