CI: Use the tox-verify workflow to test all envs 50/72650/2
authorEric Ball <eball@linuxfoundation.org>
Wed, 14 Feb 2024 01:17:45 +0000 (17:17 -0800)
committerEric Ball <eball@linuxfoundation.org>
Wed, 14 Feb 2024 01:25:19 +0000 (17:25 -0800)
The previous tox CI config was not running "docs", which is not part
of the envlist. We will now run all necessary envs.

Due to how the tox-verify workflow functions, pre-commit no longer
needs to be separated out. All envs will be run in parallel.

Issue: RELENG-5138
Change-Id: I2c5e732b4fd0a28c800d7a3819fb8fb32a29e5fd
Signed-off-by: Eric Ball <eball@linuxfoundation.org>

No differences found