Skip to content

Commit

Permalink
same for the ubuntu CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslg committed Jul 18, 2024
1 parent c8012ae commit e7d991a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
shell: bash
run: |
if ${{ matrix.config == 'Release'}}; then
ctest -C $BUILD_TYPE
ctest -C ${{ matrix.config }}
else
export CODACY_PROJECT_TOKEN=6812888e69b348239217c607f514f024
make code_cover_gmds
Expand Down

0 comments on commit e7d991a

Please sign in to comment.