chore: change ci for windows

CI for windows checks that proper libgit2 library is downloaded but does
not run dart tests, due to broken CRLF attributes
This commit is contained in:
Aleksey Kulikov 2021-10-28 19:03:59 +03:00
parent 0e329bd2b1
commit bed8db3a12

View file

@ -52,3 +52,4 @@ jobs:
- name: Run tests
run: dart test --exclude-tags "remote_fetch" --platform vm
if: matrix.platform != 'windows-latest'