Skip to content

Commit

Permalink
chore: fix mis-type
Browse files Browse the repository at this point in the history
removed `:unit` from test target as that doesn't exist
  • Loading branch information
jonrandahl committed Apr 19, 2024
1 parent 6924960 commit 6c97420
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 @@ -102,7 +102,7 @@ tag:

test: assets
@echo "Running unit tests ..."
@./bin/rails test:unit
@./bin/rails test
@echo "Running system tests ..."
@./bin/rails test:system

Expand Down

0 comments on commit 6c97420

Please sign in to comment.