File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 78
78
- name : Dart tests on macOS
79
79
if : runner.os == 'macOS'
80
80
working-directory : dart
81
+ # We skip sync_local_performance_test on macOS because the runners are just so slow...
81
82
run : |
82
- CORE_TEST_SQLITE=.dart_tool/sqlite3/latest/libsqlite3.dylib dart test
83
- CORE_TEST_SQLITE=.dart_tool/sqlite3/minimum/libsqlite3.dylib dart test
83
+ CORE_TEST_SQLITE=.dart_tool/sqlite3/latest/libsqlite3.dylib dart test -P skip_slow
84
+ CORE_TEST_SQLITE=.dart_tool/sqlite3/minimum/libsqlite3.dylib dart test -P skip_slow
Original file line number Diff line number Diff line change
1
+ tags :
2
+ slow :
3
+
4
+ presets :
5
+ skip_slow :
6
+ exclude_tags : slow
Original file line number Diff line number Diff line change
1
+ @Tags (['slow' ])
2
+ library ;
3
+
1
4
import 'dart:convert' ;
2
5
3
6
import 'package:sqlite3/common.dart' ;
You can’t perform that action at this time.
0 commit comments