File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 env :
1313 # Enable Jazzer JUnit mode for fuzz testing, avoiding complex binary target command line configuration
1414 JAZZER_FUZZ : ' 1'
15- # Write crash/reproduction artifacts to temp directory for upload; -max_total_time unit is seconds
16- JAZZER_ARGS : " -artifact_prefix=${{ runner.temp }}/jazzer-artifacts/ -max_total_time=300 -rss_limit_mb=2048"
1715 MAVEN_OPTS : ' -Xmx2g -Xms2g -Dfile.encoding=UTF-8'
1816 steps :
1917 - name : Checkout
2826
2927 - name : Run fuzz tests (fastexcel module)
3028 shell : bash
29+ env :
30+ # runner context is available at step-level, so this resolves correctly
31+ JAZZER_ARGS : " -artifact_prefix=${{ runner.temp }}/jazzer-artifacts/ -max_total_time=300 -rss_limit_mb=2048"
3132 run : |
3233 mkdir -p "${{ runner.temp }}/jazzer-artifacts/"
3334 # Execute only tests under fuzz package and force tests not to be skipped
4041 name : jazzer-artifacts
4142 path : ${{ runner.temp }}/jazzer-artifacts/
4243 if-no-files-found : ignore
43-
You can’t perform that action at this time.
0 commit comments