Skip to content

Commit 0e870dc

Browse files
Dont build css on every make test
On CI, it's explicitly added as a step. The reason is to speed up local tests.
1 parent 5e13579 commit 0e870dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rails_application/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ endif
3131
@env RAILS_ENV=test bundle exec mutant run $(ACTUAL_MUTANT_ARGS) $(SUBJECTS_TO_RUN)
3232

3333
test: ## Run unit tests
34-
@BROWSERSLIST_IGNORE_OLD_DATA=1 bin/rails tailwindcss:build
3534
@echo "Running unit tests"
3635
@BROWSERSLIST_IGNORE_OLD_DATA=1 bin/rails test
3736

0 commit comments

Comments
 (0)