Skip to content

Commit 7c28941

Browse files
committed
ci: disable schema validate on msrv test
The MSRV test uses Rust 1.63, but schema validation requires 1.67.
1 parent ce7bfc2 commit 7c28941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2288,7 +2288,7 @@ jobs:
22882288
run: make doc
22892289
working-directory: rust
22902290
- name: Running suricata-verify
2291-
run: python3 ./suricata-verify/run.py -q --debug-failed
2291+
run: python3 ./suricata-verify/run.py -q --debug-failed --no-validation
22922292
- run: make install
22932293
- run: suricata-update -V
22942294
- run: suricatasc -h

0 commit comments

Comments
 (0)