chibiauth/doc/TESTING.adoc

17 lines
513 B
Plaintext

== Testing
=== CI
* _Treehouse Woodpecker_: We should try to avoid wasting resources of the Treehouse servers as they are generously provided to people.
** Building and built-in tests.
* _GitHub Actions_: Since the free-tier environments aren't super powerful, only the following tasks are done:
** Lints
** Auditing dependencies against the https://rustsec.org[RUSTSEC advisory database].
=== Fuzzing
I will probably setup a continous fuzzing in a private machine some day.
Maybe cargo-fuzz and fuzzowski.