mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 04:47:35 +08:00
Make test with Clang
This commit is contained in:
committed by
Mathieu Bresciani
parent
3fa5f501ae
commit
7c179b39b8
@@ -27,9 +27,8 @@ jobs:
|
||||
run: make
|
||||
- name: clean build
|
||||
run: make clean
|
||||
# TODO: This is not running at the moment
|
||||
#- name: main test
|
||||
# run: make test
|
||||
- name: main test
|
||||
run: make test
|
||||
Mac-OS:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
@@ -38,6 +37,5 @@ jobs:
|
||||
run: make
|
||||
- name: clean build
|
||||
run: make clean
|
||||
# TODO: This is not running at the moment
|
||||
#- name: main test
|
||||
# run: make test
|
||||
- name: main test
|
||||
run: make test
|
||||
|
||||
Reference in New Issue
Block a user