test: move test_objectstore into module-tests
Move `test_objectstore` into the module-level tests. This allows us to run it as part of `make test-module. Make sure to properly guard it as root-only module.
This commit is contained in:
parent
9bb6123963
commit
3cf8b79e80
3 changed files with 52 additions and 9 deletions
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
|
@ -74,11 +74,6 @@ jobs:
|
|||
cd osbuild
|
||||
python3 -m unittest -v test.test_osbuild
|
||||
|
||||
- name: Run test_objectstore
|
||||
run: |
|
||||
cd osbuild
|
||||
python3 -m unittest -v test.test_objectstore
|
||||
|
||||
sample_validation:
|
||||
name: "sample validation"
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue