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:
Peter Barker 2022-06-30 16:18:36 +10:00 committed by Peter Barker
parent 72734d38de
commit d5f2a95417

View File

@ -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