Skip to content

Commit

Permalink
Add unittests make target (#11628)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg authored and ribasushi committed May 10, 2024
1 parent 35d83a9 commit 46200e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,10 @@ install-completions:
install -C ./scripts/bash-completion/lotus /usr/share/bash-completion/completions/lotus
install -C ./scripts/zsh-completion/lotus /usr/local/share/zsh/site-functions/_lotus

unittests:
@$(GOCC) test $(shell go list ./... | grep -v /lotus/itests)
.PHONY: unittests

clean:
rm -rf $(CLEAN) $(BINS)
-$(MAKE) -C $(FFI_PATH) clean
Expand Down

0 comments on commit 46200e1

Please sign in to comment.