Resolves: RHELMISC-9589
This commit is contained in:
aborah-sudo 2025-03-05 13:06:19 +05:30
parent 62043f38e7
commit 63c249a731

View File

@ -8,8 +8,8 @@
summary: Run all tests
test: |
git clone https://github.com/aborah-sudo/pam_cs.git
cd shadow-cs
pytest -v shadow_cs.py
cd pam_cs
pytest -v pam_cs.py
require:
- git-core
- pytest