Skip to content

Commit

Permalink
update test job
Browse files Browse the repository at this point in the history
  • Loading branch information
emrekovanci committed Apr 20, 2024
1 parent 573b20b commit 1ad90fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: CMake Build
shell: bash
run: cmake --build --preset=${{ matrix.platform.preset }}
run: cmake --build --preset=${{ matrix.platform.preset }} --config ${{ matrix.type.name }}

- name: Test
shell: bash
Expand Down

0 comments on commit 1ad90fa

Please sign in to comment.