mirror of
https://github.com/bspeice/aeron-rs
synced 2024-12-21 21:38:09 -05:00
Move the clippy/fmt checks to start; we want to fail fast
This commit is contained in:
parent
18ddd92948
commit
53e7a3b370
@ -17,6 +17,9 @@ before_script:
|
|||||||
- 'echo $PATH'
|
- 'echo $PATH'
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- cargo clippy --all
|
||||||
|
- cargo fmt --all -- --check
|
||||||
|
|
||||||
- cargo test --no-run
|
- cargo test --no-run
|
||||||
- cargo test
|
- cargo test
|
||||||
- cargo test --release --no-run
|
- cargo test --release --no-run
|
||||||
@ -25,10 +28,6 @@ script:
|
|||||||
- cd aeron-driver-sys/
|
- cd aeron-driver-sys/
|
||||||
- cargo test --features "static"
|
- cargo test --features "static"
|
||||||
|
|
||||||
- cd ..
|
|
||||||
- cargo clippy --all
|
|
||||||
- cargo fmt --all -- --check
|
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
Loading…
Reference in New Issue
Block a user