use dart test with vm platform for tests

This commit is contained in:
Aleksey Kulikov 2021-10-30 11:43:09 +03:00
parent 10355840fd
commit 8e415ae5a4
2 changed files with 1 additions and 3 deletions

View file

@ -58,4 +58,4 @@ jobs:
run: flutter pub run libgit2dart:setup
- name: Run tests
run: flutter test -j 1 --exclude-tags "remote_fetch"
run: dart test --exclude-tags "remote_fetch" --platform=vm