Commit 295aef6
committed
fix(ci): remove deno test step; re-trigger CFL with updated workflow
deno test -A was failing with "No test modules found" — after excluding
_attic/ from deno.json test config, no Deno test files remain. This
Rust/ReScript project has no Deno tests; removing the step is correct.
Extend cflite_pr.yml paths filter to also fire on .clusterfuzzlite/**
changes (not just *.rs), so future build.sh / project.yaml edits re-run
the fuzzer CI without needing a dummy .rs touch.
Add SPDX header to fuzz_main.rs (a .rs change) to force this commit to
trigger a fresh CFL run, picking up the corrected cflite_pr.yml that
drops the undefined sanitizer matrix entry and guards upload-sarif with
hashFiles().
https://claude.ai/code/session_01EJLZKDtcF1RGdKx6TcUTQG1 parent 518eccf commit 295aef6
3 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
0 commit comments