-
Notifications
You must be signed in to change notification settings - Fork 10
use dart pub run
for the server to speed up tests.
#123
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
Conversation
…ith pub global activate instructions
PR HealthChangelog Entry ✔️
Changes to files need to be accounted for in their respective changelogs. |
Co-authored-by: Kenzie Davisson <[email protected]>
autosubmit label was removed for dart-lang/ai/123, because - The status or check suite build (stable) has failed. Please fix the issues identified (or deflake) before re-applying this label. |
autosubmit label was removed for dart-lang/ai/123, because - The status or check suite build (master) has failed. Please fix the issues identified (or deflake) before re-applying this label. |
dart pub run
for the server to speed up tests.
The resident compiler seems to fail on GitHub actions... just using |
Also updates the readme with pub global activate instructions as opposed to suggesting you must use the compiled exe. This makes development a lot easier (don't have to recompile manually all the time).
Closes #44