Skip to content

Commit

Permalink
feature(ci): try to run 4 integration tests in parallel
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <[email protected]>
  • Loading branch information
CodeLieutenant committed Oct 23, 2024
1 parent eb4ac6b commit a262a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
needs: [build]
runs-on: ubuntu-latest
strategy:
max-parallel: 1
max-parallel: 4
matrix:
gemini-features: ["basic", "normal", "all"]
gemini-concurrency: [16]
Expand Down

0 comments on commit a262a44

Please sign in to comment.