Skip to content

Commit

Permalink
ci: Rename test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
igorauad committed Oct 24, 2023
1 parent 408f519 commit e2dbb68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
BUILD_TYPE: Release

jobs:
build-linux:
linux:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -26,7 +26,7 @@ jobs:
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: Test
run: cd ${{github.workspace}}/build && ctest -C ${{env.BUILD_TYPE}} -VV
build-macos:
macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e2dbb68

Please sign in to comment.