github actions build and run tests as separate steps

This commit is contained in:
Daniel Agar 2020-06-20 15:09:09 -04:00
parent e0ce12ad27
commit 37817dd0af
1 changed files with 2 additions and 0 deletions

View File

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