Test both synchronous and asynchronous API in pipeline

main
Laurent Pelecq 2 years ago
parent a186c456db
commit 39c2317de9

@ -4,3 +4,4 @@ test:cargo:
script:
- rustc --version && cargo --version # Print version info for debugging
- time cargo test --verbose --jobs 1 --release # Don't paralize to make errors more readable
- time cargo test --verbose --jobs 1 --release --all-features

Loading…
Cancel
Save