Add information about the test:random-cache-seed and test:coverage labels

This commit is contained in:
Pedro Algarvio 2024-04-12 12:46:32 +01:00
parent 0597a1eed6
commit 054269fbaa
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -225,3 +225,7 @@ systems, then additional labels can be used such as:
on the currently selected operating systems.
* ``test:full``: Run all tests in the Salt test suite that can be ran on the currently
selected operating systems.
* ``test:coverage``: Run all tests in the Salt test suite on all operating systems while
collecting code coverage.
* ``test:random-cache-seed``: Randomize the GH Actions cache seed to make sure no caches
are used during the build.