ci: test --detect (allow it to fail)
This commit is contained in:
parent
21241cab37
commit
ab53a4ac7f
|
|
@ -97,4 +97,6 @@ jobs:
|
|||
run: pacman -U --noconfirm --noprogressbar *.zst
|
||||
|
||||
- name: '🚦 Test package'
|
||||
run: openFPGALoader --help
|
||||
run: |
|
||||
openFPGALoader --help
|
||||
openFPGALoader --detect || true
|
||||
|
|
|
|||
Loading…
Reference in New Issue