mirror of
https://github.com/romanz/electrs.git
synced 2026-08-17 13:06:27 +02:00
Check formatting on Travis
This commit is contained in:
parent
af189983ae
commit
11c95fbf09
1 changed files with 4 additions and 0 deletions
|
|
@ -5,7 +5,11 @@ rust:
|
|||
|
||||
cache: cargo
|
||||
|
||||
before_script:
|
||||
- rustup component add rustfmt-preview
|
||||
|
||||
script:
|
||||
- cargo fmt --all -- --check
|
||||
- cargo check --all
|
||||
- cargo build --all
|
||||
- cargo test --all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue