mirror of
https://github.com/katanemo/plano.git
synced 2026-07-05 15:52:12 +02:00
add more changes
This commit is contained in:
parent
bf90698c71
commit
6294d69ee8
2 changed files with 7 additions and 0 deletions
3
.github/workflows/arch_tools_tests.yml
vendored
3
.github/workflows/arch_tools_tests.yml
vendored
|
|
@ -1,5 +1,8 @@
|
||||||
name: arch tools tests
|
name: arch tools tests
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
|
||||||
|
|
@ -26,3 +26,7 @@ pytest = "^8.4.1"
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
|
|
||||||
|
[tool.pytest.ini_options]
|
||||||
|
addopts = ["-v"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue