1
0
mirror of https://github.com/bspeice/aeron-rs synced 2024-12-21 05:28:10 -05:00

Refactor workspace build

This commit is contained in:
Bradlee Speice 2019-10-07 22:17:14 -04:00
parent 9f086c5965
commit 419cbf158c

View File

@ -15,14 +15,13 @@ before_script:
- rustup component add rustfmt
script:
- cd aeron_driver-sys
- cargo test --no-run
- cargo test
- cargo test --release --no-run
- cargo test --release
- cargo test --features "static"
- cd ../aeron-rs
- cargo test
- cargo test --release
- cd aeron_driver-sys/
- cargo test --features "static"
- cd ..
- cargo clippy --all