Skip to content

Commit

Permalink
GA: run all builds in build-scan-build through scan-build
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Jun 28, 2022
1 parent e2b6e83 commit ffec721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,5 +242,5 @@ jobs:
scan-build cmake -S . -B build -GNinja -DWITH_LTO=OFF -DWITH_EXTENDED_TESTS=OFF
- name: Build and test
run: |
cmake --build build
cmake --build build --target test
scan-build cmake --build build
scan-build cmake --build build --target test

0 comments on commit ffec721

Please sign in to comment.