mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
With an increased number of tests that make use of `proptest`, executing `cargo test` (almost 6 minutes on `main` currently: https://github.com/firezone/firezone/actions/runs/9278428694/job/25529425068#step:5:1407). By compiling them with optimisations, we can drastically cut down the execution time with only little penality in compilation speed as those should be cached in CI.