Skip to content

Commit

Permalink
add lint target for perf tests
Browse files Browse the repository at this point in the history
  • Loading branch information
negrel committed Jul 18, 2024
1 parent 42584bf commit a816020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ perf/%: FORCE
$(MAKE) -C perf $*

.PHONY: lint
lint: bun/lint
lint: bun/lint perf/lint

.PHONY: lint/fix
lint/fix: bun/lint/fix
lint/fix: bun/lint/fix perf/lint/fix

FORCE:

0 comments on commit a816020

Please sign in to comment.