mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
use dart test with vm platform for tests
This commit is contained in:
parent
10355840fd
commit
8e415ae5a4
2 changed files with 1 additions and 3 deletions
2
.github/workflows/master.yml
vendored
2
.github/workflows/master.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue