Skip to content

Commit 0480dfb

Browse files
authored
Update build.yml
1 parent e636231 commit 0480dfb

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ jobs:
3333
uses: lukka/run-cmake@v10
3434
with:
3535
configurePreset: 'linux-debug'
36-
37-
- name: Build
38-
working-directory: ${{github.workspace}}/out/build/linux-debug
39-
run: cmake --build
40-
41-
- name: Test
42-
working-directory: ${{github.workspace}}/out/build/linux-debug
43-
run: ctest -C ${{env.BUILD_TYPE}}
36+
buildPreset: 'linux-debug'
37+
testPreset: 'linux-test'
4438

0 commit comments

Comments
 (0)