Skip to content

Commit

Permalink
make error in failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshi-1505 authored Oct 8, 2023
1 parent 197f71e commit df1b9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cmake --build .
chmod +x bin/cppcheck
cd ../../opentelemetry-cpp
../cppcheck/build/bin/cppcheck -ithird_party/ .
../cppcheck/build/bin/cppcheck -ithird_party/ --error-exitcode=1 .
cmake_test:
name: CMake test (without otlp-exporter)
runs-on: ubuntu-latest
Expand Down

0 comments on commit df1b9d6

Please sign in to comment.