Skip to content

Commit

Permalink
Try parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes committed Nov 20, 2023
1 parent 932ffa4 commit 04058c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ffigen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,13 @@ jobs:
with:
flag-name: ffigen-all
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
path-to-lcov: pkgs/ffigen/lcov.info
- name: Upload coverage
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

test-windows:
needs: analyze
Expand Down

0 comments on commit 04058c1

Please sign in to comment.