Files
firezone/.github/workflows
Thomas Eizinger 2cedb8907d ci(rust): compile tests with optimistions (#5153)
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.
2024-05-29 02:02:25 +00:00
..
2024-04-19 12:23:41 -06:00