Skip to content

Commit

Permalink
[GitHub workflow] Rename tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanel committed Mar 23, 2024
1 parent 5e8535d commit ec8fe64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
working-directory: ${{github.workspace}}/build
run: cmake --build . --config ${{matrix.buildmode}} --parallel 4

- name: Local Tests
- name: Tests
working-directory: ${{github.workspace}}/build
run: ctest -j 4 -C ${{matrix.buildmode}} --output-on-failure

0 comments on commit ec8fe64

Please sign in to comment.