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 c0573e2 commit 52ac4f7Copy full SHA for 52ac4f7
.github/workflows/main.yml
@@ -84,7 +84,7 @@ jobs:
84
needs: [compile_sqlite3]
85
strategy:
86
matrix:
87
- package: [sqlite3]
+ package: [sqlite3, sqlite3_test]
88
dart: [stable]
89
90
name: Analyze on Dart ${{ matrix.dart }}
@@ -182,8 +182,8 @@ jobs:
182
- name: Test sqlite3_test package
183
run: |
184
dart pub get
185
- dart test -P ci
186
- working-directory: sqlite3/
+ dart test
+ working-directory: sqlite3_test/
187
188
- name: Web tests
189
0 commit comments