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:
parent
1df905222e
commit
1a2776bf1b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue