ci: disable schema validate on msrv test

The MSRV test uses Rust 1.63, but schema validation requires 1.67.
pull/14491/head
Jason Ish 8 months ago committed by Victor Julien
parent c0e46c2714
commit 117cf77024

@ -2288,7 +2288,7 @@ jobs:
run: make doc
working-directory: rust
- name: Running suricata-verify
run: python3 ./suricata-verify/run.py -q --debug-failed
run: python3 ./suricata-verify/run.py -q --debug-failed --no-validation
- run: make install
- run: suricata-update -V
- run: suricatasc -h

Loading…
Cancel
Save