fix: add fuzz to CI checks

This commit is contained in:
Levy A.
2025-06-27 22:04:36 -03:00
parent ad7eabeefc
commit 4eea4a71d7
5 changed files with 16 additions and 59 deletions

View File

@@ -17,6 +17,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- name: Check formatting
run: cargo fmt --check
- name: Check formatting (fuzz)
run: cd fuzz && cargo fmt --check
build-native:
strategy: