Skip to content

5 REQ qa.pipeline.4_tests

Manuel Hatzl edited this page Aug 24, 2023 · 4 revisions

qa.pipeline.4_tests: Ensure tests still pass

References:

cargo test is used to run all evident tests.

Implementation Details

cargo test -- --test-threads 1 is used, because tests cannot be run in parallel as tests use the same events and publisher.

REQ-Referencing Overview:

Last update: 2023-09-14_10:01 UTC
Branch: main
Commit: 98f71ca

Clone this wiki locally