From 8e415ae5a4964bd7f04dbfa46b8c592350b5a877 Mon Sep 17 00:00:00 2001 From: Aleksey Kulikov Date: Sat, 30 Oct 2021 11:43:09 +0300 Subject: [PATCH] use dart test with vm platform for tests --- .github/workflows/master.yml | 2 +- pubspec.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 43e8e66..fcba47f 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 926507e..16c4f59 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,8 +14,6 @@ dependencies: dev_dependencies: ffigen: ^4.0.0 - flutter_test: - sdk: flutter lints: ^1.0.1 path: ^1.8.0 test: ^1.17.5