This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new 780d6bf Run all tests
780d6bf is described below
commit 780d6bf38ed90dbd6bccd32b95bf87abb9e9a087
Author: Sebb <[email protected]>
AuthorDate: Tue Dec 21 15:09:08 2021 +0000
Run all tests
---
.github/workflows/unittest.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index bebcbec..8ab6356 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -38,7 +38,7 @@ jobs:
- name: Test with pytest
run: |
pip install pytest
- python -m pytest test/test_defuzzer.py
+ python -m pytest test/test_*.py
- name: Test with Ponymail Unit tests
run: |
sed -e '/incubator/s/# cropout:/cropout:/' tools/archiver.yaml.example
>tools/archiver.yaml