| commit | da2a01447359c06041f76432b0424ddbf79d9ce5 | [log] [tgz] |
|---|---|---|
| author | Jacob MacDonald <jakemac@google.com> | Wed Feb 15 01:03:33 2023 -0800 |
| committer | GitHub <noreply@github.com> | Wed Feb 15 10:03:33 2023 +0100 |
| tree | 2211c5a12f80f43974b7669278ba83284b61e86e | |
| parent | a565858ee3309d7d61925ed300212a3b832b49d7 [diff] |
Drop --use-data-isolate-strategy flag for tests (#3788)
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index dcfcbcf..2717cf0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml
@@ -70,5 +70,5 @@ cat "$_TESTS_FILE.${{ matrix.shard }}" shell: bash - name: Run tests - run: dart test --use-data-isolate-strategy --preset travis $(cat $_TESTS_FILE.${{ matrix.shard }}) + run: dart test --preset travis $(cat $_TESTS_FILE.${{ matrix.shard }}) shell: bash