lib: use pre-built image (#1702)

* lib: use pre-built image

* lib: use the `tmpfs` key instead of the `volumes` for tmpfs type (#1708)

* tmpfs

* update hash and add tests
This commit is contained in:
Stavros Kois
2025-02-25 10:50:29 +02:00
committed by GitHub
parent 76002768c0
commit 33a4a12ae8
68 changed files with 180 additions and 231 deletions

View File

@@ -13,7 +13,7 @@
"scripts": {
"ports": ["python3 ./.github/scripts/port_validation.py"],
"lib-test": [
"pytest library/",
"pytest library/ -vvv",
"rm -r library/**/__pycache__",
"rm -r library/**/tests/__pycache__"
]