Skip to content

Commit

Permalink
fix: python test command in justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Apr 30, 2024
1 parent 431ab90 commit 668a4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bdk-python/justfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test:
python -m unittest --verbose
python3 -m unittest --verbose

maclocalbuild:
bash ./scripts/generate-macos-arm64.sh && python3 setup.py bdist_wheel --verbose
Expand Down

0 comments on commit 668a4e1

Please sign in to comment.