We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220d60d commit f51e185Copy full SHA for f51e185
.github/workflows/sonar_cloud.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Run build-wrapper
37
run: |
38
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} \
39
- scripts/build.sh cpp zserio cpp_rt-linux64-gcc && scripts/release.sh && scripts/test.sh cpp-linux64-gcc
+ scripts/build.sh cpp zserio cpp_rt-linux64-gcc && scripts/release.sh
40
env:
41
CMAKE_EXTRA_ARGS: "-DCMAKE_BUILD_TYPE=Release"
42
CMAKE_BUILD_OPTIONS: "-j4"
0 commit comments