Skip to content

Commit

Permalink
Rename tree target
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdrozd committed May 6, 2024
1 parent 157da33 commit e9a7c2c
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 @@ -89,7 +89,7 @@ test : test-rust
test-all : test-rust compile
RUN_SLOW=1 $(MAKE) test

test-tree : compile
tree : compile
RUN_SLOW=1 $(PYTEST) test.test_tree
$(MAKE) refresh

Expand Down

0 comments on commit e9a7c2c

Please sign in to comment.