Skip to content
This repository was archived by the owner on May 1, 2026. It is now read-only.

Commit 4c7586c

Browse files
committed
workflows: add CTest action to test build workflow
1 parent 461010f commit 4c7586c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-develop2.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ jobs:
2929
uses: ./.github/actions/build
3030
with:
3131
build-config: ${{env.BUILD_CONFIGURATION}}
32+
33+
- name: Run tests
34+
uses: ./.github/actions/tests
35+
with:
36+
build-config: ${{env.BUILD_CONFIGURATION}}

0 commit comments

Comments
 (0)