add more changes

This commit is contained in:
Adil Hafeez 2025-07-11 15:20:39 -07:00
parent bf90698c71
commit 6294d69ee8
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
2 changed files with 7 additions and 0 deletions

View file

@ -1,5 +1,8 @@
name: arch tools tests
permissions:
contents: read
on:
push:
branches:

View file

@ -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"]