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 run: flutter pub run libgit2dart:setup
- name: Run tests - name: Run tests
run: flutter test -j 1 --exclude-tags "remote_fetch" run: dart test --exclude-tags "remote_fetch" --platform=vm

View file

@ -14,8 +14,6 @@ dependencies:
dev_dependencies: dev_dependencies:
ffigen: ^4.0.0 ffigen: ^4.0.0
flutter_test:
sdk: flutter
lints: ^1.0.1 lints: ^1.0.1
path: ^1.8.0 path: ^1.8.0
test: ^1.17.5 test: ^1.17.5