No limits on the core tests

This commit is contained in:
Edward Firmo
2025-07-29 10:46:41 +02:00
parent 669a78a427
commit 2cc8199593

View File

@@ -85,7 +85,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: true # If core fails, stop everything
max-parallel: 4
# max-parallel: 4
matrix:
framework: [idf, ard]
version: ${{ fromJson(needs.setup_matrix.outputs.versions) }}