mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-21 21:54:26 +00:00
The coverage code is not currently exercised by any test. * Add a test to the `coverage` example so that it can run in PR builds. * Specify `--all-targets` so that example tests are run. * Install and use [`nextest`](https://nexte.st/) instead of the standard test runner. * This will parallelize test runs across binaries so the overall test run is faster. * Make sleep duration of agent configurable and reduce it in the test run so that it doesn't wait for 30 seconds.