Browse Source

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
apm_2208
Peter Barker 3 years ago committed by Peter Barker
parent
commit
d5f2a95417
  1. 1
      .github/workflows/test_sitl_copter.yml

1
.github/workflows/test_sitl_copter.yml

@ -121,7 +121,6 @@ jobs: @@ -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…
Cancel
Save