forked from Archive/PX4-Autopilot
github actions build and run tests as separate steps
This commit is contained in:
parent
e0ce12ad27
commit
37817dd0af
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue