Skip to content

Commit 3c50071

Browse files
committed
Update workflows
1 parent d7065b3 commit 3c50071

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,5 @@ jobs:
7171
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
7272
-S ${{ github.workspace }}/examples
7373
74-
- name: Build examples
75-
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}
76-
77-
- name: Test examples
78-
working-directory: ${{ steps.strings.outputs.build-output-dir }}
79-
run: ctest --output-on-failure --build-config ${{ matrix.build_type }}
74+
- name: Build and run examples
75+
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} examples

0 commit comments

Comments
 (0)