Merge 'Add fuzz to CI checks' from Levy A.

Closes #1869
This commit is contained in:
Pekka Enberg
2025-07-14 13:10:36 +03:00
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: