We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81383a commit dc04f73Copy full SHA for dc04f73
1 file changed
.github/workflows/CI-unixish.yml
@@ -697,4 +697,8 @@ jobs:
697
run: |
698
mkdir b1
699
./selfcheck.sh --cppcheck-build-dir=b1
700
- ./selfcheck.sh "--cppcheck-build-dir=b1 --debug-analyzerinfo"
+ discards=$(./selfcheck.sh "--debug-analyzerinfo --cppcheck-build-dir=b1 --showtime=none" 2> /dev/null | grep -v skipping)
701
+ if [ ! -z "$discards" ]; then
702
+ echo $discards
703
+ exit 1
704
+ fi
0 commit comments