Skip to content

Commit

Permalink
Update github action, fix compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
QuangHaiNguyen committed Apr 19, 2024
1 parent 5340ecf commit f5e8828
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "main" ]

jobs:
build:
build multiple configuration:
runs-on: ubuntu-latest

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/linux_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ on:
branches: [ "main" ]

jobs:
build:
build and run unit test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: threeal/gcovr-action@latest
Expand Down
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if(ENABLE_EZ_EVENT_NOTIFIER)
add_subdirectory(service/event_notifier)
endif()

if(ENABLE_EZ_TASK_WORKER)
if(ENABLE_EZ_TASK_WORKER AND NOT ENABLE_THREADX)
add_subdirectory(service/task_worker)
endif()

Expand Down

0 comments on commit f5e8828

Please sign in to comment.