Skip to content

Commit

Permalink
Hardcode what to run
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Dec 23, 2023
1 parent d1a5ae0 commit 85f7211
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ jobs:

- name: Run tests
if: '!matrix.coverity'
run: ci/build.sh
run: ../../../b2 toolset=${{ matrix.compiler }} cxxstd=${{ matrix.cxxstd }} ${{ matrix.suite }} define=CI_SUPPRESS_KNOWN_ISSUES define=SLOW_COMPILER cxxflags=-fkeep-static-functions --coverage' linkflags=--coverage address-model=64 link=shared variant=debug -j5
working-directory: ../boost-root/libs/math/test

- name: Upload coverage
if: matrix.coverage
Expand Down

0 comments on commit 85f7211

Please sign in to comment.