Skip to content

Commit

Permalink
Remove max-parallel and only run packages that actually have tests in…
Browse files Browse the repository at this point in the history
… them
  • Loading branch information
macpie committed May 7, 2024
1 parent 622072c commit adf720f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,8 @@ jobs:
runs-on: oracles-20.04
strategy:
fail-fast: false
max-parallel: 5
matrix:
package: [boost-manager,custom-tracing,db-store,denylist,file-store,ingest,iot-config,iot-packet-verifier,iot-verifier,mobile-config,mobile-config-cli,mobile-packet-verifier,mobile-verifier,poc-entropy,price,reward-index,reward-scheduler,solana,task-manager]
package: [boost-manager,file-store,ingest,iot-config,iot-packet-verifier,iot-verifier,mobile-config,mobile-packet-verifier,mobile-verifier,reward-scheduler,task-manager]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-tests-${{ matrix.package }}
cancel-in-progress: true
Expand Down

0 comments on commit adf720f

Please sign in to comment.