Skip to content

Commit 52390e7

Browse files
committed
ci: add wasm test
1 parent 78dc137 commit 52390e7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/supabase_flutter.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,14 @@ jobs:
7070
- name: Run tests
7171
run: flutter test --concurrency=1
7272

73-
- name: Run tests on chrome
73+
- name: Run tests on chrome with js
7474
if: ${{ matrix.sdk == '3.x'}}
7575
run: flutter test --platform chrome
7676

77+
- name: Run tests on chrome with wasm
78+
if: ${{ matrix.sdk == '3.x'}}
79+
run: flutter test --platform chrome --wasm
80+
7781
- name: Run tests with downgraded app_links
7882
run: |
7983
flutter pub downgrade app_links

0 commit comments

Comments
 (0)