Add strict (no-skipping) checks and use them.

This commit is contained in:
Wayne Davison
2020-07-17 11:18:35 -07:00
parent 18cffa8aa9
commit e9899dbdb4
4 changed files with 26 additions and 14 deletions

View File

@@ -27,11 +27,11 @@ jobs:
- name: info
run: rsync --version
- name: check
run: sudo make check
run: sudo make strict_check
- name: check30
run: sudo make check30
run: sudo make strict_check30
- name: check29
run: sudo make check29
run: sudo make strict_check29
- name: ssl file list
run: rsync-ssl --no-motd download.samba.org::rsyncftp/ || true