Skip to content

Commit 79f0659

Browse files
committed
🔨 update 'sure' target to use correct test command in Makefile
1 parent fb620c5 commit 79f0659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ install:
3737

3838
sure:
3939
@# Help: Analyze the project's Dart code, check the formatting one or more Dart files and run unit tests for the current project.
40-
make check_style && make tests
40+
make check_style && make test
4141

4242
show_test_coverage:
4343
@# Help: Run Dart unit tests for the current project and show the coverage.

0 commit comments

Comments
 (0)