Skip to content
Snippets Groups Projects
Commit e19a225b authored by Russel Arbore's avatar Russel Arbore
Browse files

remove -vv from ci commands since our logs are massive

parent 410e0ec7
No related branches found
No related tags found
No related merge requests found
Pipeline #201684 passed
test-cpu:
stage: test
script:
- cargo test --features=opencv -vv
- cargo test --features=opencv
test-gpu:
stage: test
script:
- cargo test --features=cuda,opencv -vv
- cargo test --features=cuda,opencv
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment