Makefile+action: add make unit-module to test submodules

This commit adds a new command `make unit-module` to run unit tests for
submodules to avoid future build errors.
This commit is contained in:
yyforyongyu
2023-09-04 19:17:53 +08:00
parent 08f4940e88
commit 5296509474
3 changed files with 34 additions and 0 deletions

View File

@@ -186,6 +186,8 @@ jobs:
- unit tags="kvdb_postgres"
- unit tags="kvdb_sqlite"
- btcd unit-race
- unit-module
steps:
- name: git checkout
uses: actions/checkout@v3
@@ -217,6 +219,7 @@ jobs:
path-to-profile: coverage.txt
parallel: true
########################
# run ubuntu integration tests
########################