Skip to content

Commit

Permalink
Sets job max-parallel to 4 as per API limits
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 21, 2023
1 parent a36e135 commit ba94fa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
- SummaryReportTest
- TickerTest
- TradeTest
max-parallel: 4
steps:
- uses: actions/download-artifact@v2
with:
Expand Down Expand Up @@ -114,6 +115,7 @@ jobs:
- TerminalTest
- TimerTest
- ValueStorageTest
max-parallel: 4
steps:
- uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit ba94fa8

Please sign in to comment.