From 130757d4eb5aa326be5ba39040031bddfedec19e Mon Sep 17 00:00:00 2001 From: Mohsen <56779182+mrtnetwork@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:10:07 +0330 Subject: [PATCH] Update dart.yml --- .github/workflows/dart.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index ee9402d..250b1e5 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -40,3 +40,5 @@ jobs: # want to change this to 'flutter test'. - name: Run tests run: dart test ./test + - name: Run tests Web + run: dart test ./test -p chrome --timeout=120s