mirror of
https://github.com/bspeice/aeron-rs
synced 2025-07-01 05:46:08 -04:00
Move the clippy/fmt checks to start; we want to fail fast
This commit is contained in:
@ -17,6 +17,9 @@ before_script:
|
||||
- 'echo $PATH'
|
||||
|
||||
script:
|
||||
- cargo clippy --all
|
||||
- cargo fmt --all -- --check
|
||||
|
||||
- cargo test --no-run
|
||||
- cargo test
|
||||
- cargo test --release --no-run
|
||||
@ -25,10 +28,6 @@ script:
|
||||
- cd aeron-driver-sys/
|
||||
- cargo test --features "static"
|
||||
|
||||
- cd ..
|
||||
- cargo clippy --all
|
||||
- cargo fmt --all -- --check
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
Reference in New Issue
Block a user