diff --git a/.github/workflows/build_tests.yml b/.github/workflows/build_tests.yml index 35c32524a4..0580baafb7 100644 --- a/.github/workflows/build_tests.yml +++ b/.github/workflows/build_tests.yml @@ -50,6 +50,8 @@ jobs: ccache -s ccache -z + - name: make + run: make px4_sitl_test - name: main tests run: make tests - name: ccache post-run