djc / askama

Type-safe, compiled Jinja-like templates for Rust
Apache License 2.0
3.25k stars 213 forks source link

fuzz: trigger cifuzz only for askama_parser #1031

Closed manunio closed 2 months ago

manunio commented 2 months ago

Cifuzz is triggered only for changes to askama_parser.

djc commented 2 months ago

Great idea, thanks!

manunio commented 2 months ago

Great idea, thanks!

let me test it some more to see if it works properly.

djc commented 2 months ago

Is your testing complete?

manunio commented 2 months ago

Is your testing complete?

yes, it's working as expected.