Run all tests in parallel

Let's see if this saves some time.
This commit is contained in:
Edward Firmo
2024-12-22 16:20:51 +01:00
parent b1187332fb
commit 23b633cdcb
2 changed files with 0 additions and 8 deletions

View File

@@ -30,8 +30,6 @@ jobs:
build_basic:
name: Basic
needs:
- code_scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
@@ -42,7 +40,6 @@ jobs:
build_bluetooth_proxy_4:
name: Bluetooth Proxy (IDF)
needs: build_basic
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
@@ -53,7 +50,6 @@ jobs:
build_bluetooth_proxy_53:
name: Bluetooth Proxy (IDF v5.3)
needs: build_basic
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main