mirror of
https://github.com/bspeice/aeron-rs
synced 2025-06-30 21:36:35 -04:00
Add some before_script
necessary stuff
This commit is contained in:
@ -11,6 +11,11 @@ os:
|
||||
cache:
|
||||
- cargo
|
||||
|
||||
before_script:
|
||||
- rustup update
|
||||
- rustup component add clippy
|
||||
- rustup component add rustfmt
|
||||
|
||||
script:
|
||||
- cd aeron_driver-sys
|
||||
- cargo test
|
||||
@ -20,5 +25,5 @@ script:
|
||||
- cd ..
|
||||
- cargo test
|
||||
- cargo test --release
|
||||
- cargo fmt --all -- --check
|
||||
- cargo clippy --all
|
||||
- cargo fmt --all -- --check
|
||||
|
Reference in New Issue
Block a user