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-unit-tests.git


The following commit(s) were added to refs/heads/master by this push:
     new 35e71fb  Older versions need PYTHONHASHSEED
35e71fb is described below

commit 35e71fb0f71c3a1d0036befc72032d2ed7ab2530
Author: Sebb <[email protected]>
AuthorDate: Sun Aug 30 23:16:50 2020 +0100

    Older versions need PYTHONHASHSEED
---
 .github/workflows/unittest.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index afc639e..c1fd8b8 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -74,3 +74,9 @@ jobs:
     - name: Foal Test set02
       run: |
         python runall.py --root ponymail-foal --yamldir yaml/set02
+    - name: Ponymail v0.11 Test set01
+      run: |
+        PYTHONHASHSEED=0 python runall.py --root ponymail-0.11 --yamldir 
yaml/set01
+    - name: Ponymail v0.10 Test set01
+      run: |
+        PYTHONHASHSEED=0 python runall.py --root ponymail-0.10 --yamldir 
yaml/set01

Reply via email to