mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
autotest: build Heli in parallel to Copter
CI always seems to have the heli tests stuck out at the end. This should fix that at tthe cost of a few extra seconds of compilation
This commit is contained in:
parent
72734d38de
commit
d5f2a95417
1
.github/workflows/test_sitl_copter.yml
vendored
1
.github/workflows/test_sitl_copter.yml
vendored
@ -121,7 +121,6 @@ jobs:
|
||||
retention-days: 7
|
||||
|
||||
build-gcc-heli:
|
||||
needs: build # don't try to launch the tests matrix if it doesn't build first, profit from caching for fast build
|
||||
runs-on: ubuntu-20.04
|
||||
container:
|
||||
image: ardupilot/ardupilot-dev-base:latest
|
||||
|
Loading…
Reference in New Issue
Block a user