petgraph / fixedbitset

A simple bitset container for Rust
https://docs.rs/fixedbitset/
Apache License 2.0
121 stars 45 forks source link

Run CI on aarch64 and run clippy on all platforms #117

Closed james7132 closed 6 months ago

james7132 commented 6 months ago

Taken from #115, credit @msvbg for setting this up.

This PR adds running aarch64 via macos 14 to ensure that tests are not broken on the platform, as well as enabling clippy to run on all targets with deny warnings on.