-
Notifications
You must be signed in to change notification settings - Fork 84
[pubspec_parse] Replace pub run with dart run #2304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 4 commits
e4de5c1
69f2df7
a6b0718
227898b
6aff045
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -51,4 +51,4 @@ jobs: | |
| sdk: ${{ matrix.sdk }} | ||
|
|
||
| - run: dart pub get | ||
| - run: dart pub run test -j1 | ||
| - run: dart run test -j1 | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -15,8 +15,8 @@ When the tests are run (see [Running Tests](#Running-Tests)), the series of spec | |||||||||
|
|
||||||||||
| ## Running Tests | ||||||||||
|
|
||||||||||
| By default, golden testing is performed with `pub run test`. If we only wanted to | ||||||||||
| performed golden testing, simply do: `pub run test test/golden_test.dart`. | ||||||||||
| By default, golden testing is performed with `dart run test`. If we only wanted to | ||||||||||
sigurdm marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||||||
| performed golden testing, simply do: `dart run test test/golden_test.dart`. | ||||||||||
|
||||||||||
| By default, golden testing is performed with `dart run test`. If we only wanted to | |
| performed golden testing, simply do: `dart run test test/golden_test.dart`. | |
| By default, golden testing is performed with `dart run test`. If we only wanted to | |
| perform golden testing, simply do: `dart run test test/golden_test.dart`. |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... and that just dart test test/golden_test.dart?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
Uh oh!
There was an error while loading. Please reload this page.