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 839f172 commit 5cbc515Copy full SHA for 5cbc515
.github/workflows/tests.yml
@@ -70,12 +70,14 @@ jobs:
70
71
- name: Dart tests on Linux
72
if: runner.os == 'Linux'
73
+ working-directory: dart
74
run: |
75
CORE_TEST_SQLITE=.dart_tool/sqlite3/latest/libsqlite3.so dart test
76
CORE_TEST_SQLITE=.dart_tool/sqlite3/minimum/libsqlite3.so dart test
77
78
- name: Dart tests on macOS
79
if: runner.os == 'macOS'
80
81
82
CORE_TEST_SQLITE=.dart_tool/sqlite3/latest/libsqlite3.dylib dart test
83
CORE_TEST_SQLITE=.dart_tool/sqlite3/minimum/libsqlite3.dylib dart test
0 commit comments