mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-07 21:39:08 -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
|
||||
|
||||
- name: Run tests
|
||||
run: flutter test -j 1 --exclude-tags "remote_fetch"
|
||||
run: dart test --exclude-tags "remote_fetch" --platform=vm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue