diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index ee9402d..1a51bfa 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -38,5 +38,8 @@ jobs: # Your project will need to have tests in test/ and a dependency on # package:test for this step to succeed. Note that Flutter projects will # want to change this to 'flutter test'. + - name: Run tests Web + run: dart test ./test -p chrome --timeout=120s - name: Run tests run: dart test ./test +