mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
run tests with 1 concurrent process
This commit is contained in:
parent
d1f2ee606d
commit
10355840fd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/master.yml
vendored
4
.github/workflows/master.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform: [ubuntu-latest, macos-11, windows-latest]
|
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -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 --exclude-tags "remote_fetch"
|
run: flutter test -j 1 --exclude-tags "remote_fetch"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue