We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90782e commit 27c1430Copy full SHA for 27c1430
.github/workflows/io_file.yml
@@ -45,7 +45,7 @@ jobs:
45
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
46
with:
47
sdk: ${{ matrix.sdk }}
48
- - run: dart --reporter=failures-only --test-randomize-ordering-seed=random --platform vm
+ - run: dart test --reporter=failures-only --test-randomize-ordering-seed=random --platform vm
49
50
profile-vm-test:
51
# Ensure that the tests pass when run under the profiler (which sends
0 commit comments