Skip to content

Commit 4ba49b0

Browse files
committed
Attempt to debug crashes on Windows
1 parent e7946af commit 4ba49b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Test sqlite3 package
9393
run: |
94-
dart test --test-randomize-ordering-seed "random" -P ci
94+
dart test --test-randomize-ordering-seed "random" -P ci --reporter expanded --concurrency 1
9595
working-directory: sqlite3/
9696

9797
# - name: Test with SQLITE_OMIT_AUTOINIT

sqlite3/test/common/session.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ void testSession(FutureOr<CommonSqlite3> Function() loadSqlite) {
159159
newValues: [null, 'a'],
160160
),
161161
]);
162-
}, onPlatform: {'vm': Skip('diff seems to be unreliable in CI')});
162+
});
163163
}
164164

165165
TypeMatcher<ChangesetOperation> isOp({

0 commit comments

Comments
 (0)