qa: use time on fuzz targets being run on corpus

pull/6304/head
Philippe Antoine 4 years ago committed by Victor Julien
parent ff976df704
commit 7ca4b13568

@ -741,6 +741,7 @@ jobs:
exuberant-ctags \
unzip \
curl \
time \
wget
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2

@ -9,5 +9,5 @@ do
rm -rf corpus_$target
unzip -q public.zip -d corpus_$target
#run target on corpus.
./src/$target corpus_$target
/usr/bin/time -v ./src/$target corpus_$target
done

Loading…
Cancel
Save