This is an automated email from the ASF dual-hosted git repository.
zhangzhe pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git
The following commit(s) were added to refs/heads/main by this push:
new d3ce7865 fix: update fuzz test package path to reflect new structure
(#690)
d3ce7865 is described below
commit d3ce7865dbf13ad96ec40ab15d5eb8302d0ab040
Author: ian zhang <[email protected]>
AuthorDate: Sun Nov 16 00:58:44 2025 +0800
fix: update fuzz test package path to reflect new structure (#690)
---
.github/workflows/fuzz-tests.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/fuzz-tests.yml b/.github/workflows/fuzz-tests.yml
index 476f9761..78daba1a 100644
--- a/.github/workflows/fuzz-tests.yml
+++ b/.github/workflows/fuzz-tests.yml
@@ -50,7 +50,7 @@ jobs:
run: |
mkdir -p "${{ runner.temp }}/jazzer-artifacts/"
# Execute only tests under fuzz package and force tests not to be
skipped
- mvn -B -pl fesod -am -D"maven.test.skip=false"
-DtrimStackTrace=false -D"test=org.apache.fesod.excel.fuzz.*Test" test
+ mvn -B -pl fesod -am -D"maven.test.skip=false"
-DtrimStackTrace=false -D"test=org.apache.fesod.sheet.fuzz.*Test" test
- name: Upload Jazzer artifacts (crashes, repros)
if: always()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]