mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +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
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
|
|||
|
|
@ -26,3 +26,7 @@ pytest = "^8.4.1"
|
|||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = ["-v"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue