ci: test --detect (allow it to fail)

This commit is contained in:
umarcor 2021-07-17 17:03:23 +02:00
parent 21241cab37
commit ab53a4ac7f
1 changed files with 3 additions and 1 deletions

View File

@ -97,4 +97,6 @@ jobs:
run: pacman -U --noconfirm --noprogressbar *.zst
- name: '🚦 Test package'
run: openFPGALoader --help
run: |
openFPGALoader --help
openFPGALoader --detect || true