Test: run all tests from test/run in CI

In CI, we list specific tests from `test/run` to run them in parallel.
This is different than what we do with tests in `test/mod` and
`test/src`.

It seems that as a result, we did not run tests from the following
files in CI:
 - `test_devices.py`
 - `test_mount.py`

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2023-04-06 14:55:39 +02:00 committed by Tomáš Hozza
parent 1df905222e
commit 1a2776bf1b

View file

@ -13,7 +13,9 @@ jobs:
- "test.mod"
- "test.run.test_assemblers"
- "test.run.test_boot"
- "test.run.test_devices"
- "test.run.test_executable"
- "test.run.test_mount"
- "test.run.test_noop"
- "test.run.test_sources"
- "test.run.test_stages"