Skip to content

Commit

Permalink
! ./rpm && grep -F '[-q'
Browse files Browse the repository at this point in the history
  • Loading branch information
yecril71pl committed Apr 26, 2021
1 parent 7614001 commit 5ee6394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: make
run: make
- name: make check
run: make check && ./rpm 2>/tmp/rpm.txt && grep -F '[-q' /tmp/rpm.txt
run: make check && ! ./rpm 2>/tmp/rpm.txt && grep -F '[-q' /tmp/rpm.txt
- name: make distcheck
run: make distcheck

0 comments on commit 5ee6394

Please sign in to comment.