Skip to content

Commit

Permalink
add test config param
Browse files Browse the repository at this point in the history
  • Loading branch information
emrekovanci committed Apr 20, 2024
1 parent b2b7acf commit 573b20b
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 @@ -64,7 +64,7 @@ jobs:

- name: Test
shell: bash
run: ctest --preset=${{ matrix.platform.preset }}
run: ctest --preset=${{ matrix.platform.preset }} -C ${{ matrix.type.name }}

format:
name: Formatting
Expand Down

0 comments on commit 573b20b

Please sign in to comment.