Move the clippy/fmt checks to start; we want to fail fast

trying^2
Bradlee Speice 2020-01-12 18:15:28 -05:00
parent 18ddd92948
commit 53e7a3b370
1 changed files with 3 additions and 4 deletions

View File

@ -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