Skip to content

Commit 0da248b

Browse files
committed
chore: rename unit:test to test
1 parent f0af562 commit 0da248b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Run tests for our dart project.
4949
if: startsWith(matrix.os, 'ubuntu')
5050
run: |
51-
melos run unit:test
51+
melos run test
5252
5353
- name: Run coverage
5454
if: startsWith(matrix.os, 'ubuntu')

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $ melos run example:build_runner
5151
To run the unit tests:
5252

5353
```
54-
$ melos run unit:test
54+
$ melos run test
5555
```
5656

5757
## Contributing code

melos.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ scripts:
6767
select-package:
6868
scope: example_resources
6969

70-
unit:test:
70+
test:
7171
run: melos exec -- dart test
7272
select-package:
7373
dir-exists: test

0 commit comments

Comments
 (0)