Skip to content

Commit

Permalink
Update test_fuzz.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-bo authored Aug 22, 2022
1 parent 5c529bb commit a618a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
export PKG_CONFIG_PATH=$PWD:$PWD/external.protobuf/lib/pkgconfig/ \n
export PATH=$PWD/external.protobuf/bin:$PATH \n
cd $GITHUB_WORKSPACE \n
COMPILE_WITH_ASAN=1 PORTABLE=1 make -j2 static_lib \n
COMPILE_WITH_ASAN=1 PORTABLE=1 make -j$(nproc) static_lib \n
cd $GITHUB_WORKSPACE/fuzz \n
make ${{ matrix.name }} \n
ls -alFh $GITHUB_WORKSPACE/fuzz/ \n
Expand Down

0 comments on commit a618a8b

Please sign in to comment.