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 7878 - name : Dart tests on macOS
7979 if : runner.os == 'macOS'
8080 working-directory : dart
81+ # We skip sync_local_performance_test on macOS because the runners are just so slow...
8182 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+
14import 'dart:convert' ;
25
36import 'package:sqlite3/common.dart' ;
You can’t perform that action at this time.
0 commit comments