Skip to content

Commit

Permalink
playing with sonar on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mi-La committed Apr 12, 2024
1 parent 65740f2 commit 793343d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,13 @@ jobs:
scripts/build.sh core cpp zserio cpp_rt-linux64-gcc && scripts/release.sh
- name: Run tests under build_wrapper
env:
CMAKE_EXTRA_ARGS: "-DCMAKE_BUILD_TYPE=Release"
CMAKE_BUILD_OPTIONS: "-j4"
run: |
build-wrapper-linux-x86-64 --out-dir build-wrapper-tests scripts/test.sh cpp-linux64-gcc
- name: Run sonar-scanner
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 793343d

Please sign in to comment.