Skip to content

Commit d3ce786

Browse files
authored
fix: update fuzz test package path to reflect new structure (#690)
1 parent 1508c7f commit d3ce786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fuzz-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
mkdir -p "${{ runner.temp }}/jazzer-artifacts/"
5252
# Execute only tests under fuzz package and force tests not to be skipped
53-
mvn -B -pl fesod -am -D"maven.test.skip=false" -DtrimStackTrace=false -D"test=org.apache.fesod.excel.fuzz.*Test" test
53+
mvn -B -pl fesod -am -D"maven.test.skip=false" -DtrimStackTrace=false -D"test=org.apache.fesod.sheet.fuzz.*Test" test
5454
5555
- name: Upload Jazzer artifacts (crashes, repros)
5656
if: always()

0 commit comments

Comments
 (0)