chibiauth/doc/TESTING.adoc

17 lines
513 B
Plaintext
Raw Normal View History

2022-02-08 10:36:22 +00:00
== Testing
=== CI
* _Treehouse Woodpecker_: We should try to avoid wasting resources of the Treehouse servers as they are generously provided to people.
2022-02-08 10:36:22 +00:00
** 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.