From 37817dd0afb60d2ebac544c6075039b20696caf6 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sat, 20 Jun 2020 15:09:09 -0400 Subject: [PATCH] github actions build and run tests as separate steps --- .github/workflows/build_tests.yml | 2 ++ 1 file changed, 2 insertions(+) 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