mirror of
https://github.com/bspeice/aeron-rs
synced 2024-12-21 21:38:09 -05:00
Refactor workspace build
This commit is contained in:
parent
9f086c5965
commit
419cbf158c
@ -15,14 +15,13 @@ before_script:
|
|||||||
- rustup component add rustfmt
|
- rustup component add rustfmt
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd aeron_driver-sys
|
- cargo test --no-run
|
||||||
- cargo test
|
- cargo test
|
||||||
|
- cargo test --release --no-run
|
||||||
- cargo test --release
|
- cargo test --release
|
||||||
- cargo test --features "static"
|
|
||||||
|
|
||||||
- cd ../aeron-rs
|
- cd aeron_driver-sys/
|
||||||
- cargo test
|
- cargo test --features "static"
|
||||||
- cargo test --release
|
|
||||||
|
|
||||||
- cd ..
|
- cd ..
|
||||||
- cargo clippy --all
|
- cargo clippy --all
|
||||||
|
Loading…
Reference in New Issue
Block a user