Run make with the right target when building benchmarks on CI
This commit is contained in:
parent
96068bbacb
commit
21bc50377e
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ done
|
|||
|
||||
if [[ -n "$run_scan_build" ]]; then
|
||||
. script/util/scan-build.sh
|
||||
scan_build make -j2 $target
|
||||
scan_build make -j2 benchmarks
|
||||
else
|
||||
make -j2 benchmarks
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue