summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-07-17 11:18:35 -0700
committerWayne Davison <wayne@opencoder.net>2020-07-17 11:20:04 -0700
commite9899dbdb43d26fad8551200f062f9d8deae2c71 (patch)
treee5b520993530d0bdbbcab46b3b4edeaa5fed22f9 /.github/workflows
parent18cffa8aa98b85f1c90976fc29bdd8cb52abd2d2 (diff)
downloadrsync-e9899dbdb43d26fad8551200f062f9d8deae2c71.tar.gz
Add strict (no-skipping) checks and use them.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 44f9f72c..182fa6c9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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