mirror of
https://github.com/romanz/electrs.git
synced 2025-02-24 15:02:21 +01:00
13 lines
191 B
YAML
13 lines
191 B
YAML
language: rust
|
|
|
|
cache:
|
|
cargo: true
|
|
timeout: 450
|
|
|
|
before_script:
|
|
- rustup component add rustfmt-preview
|
|
|
|
script:
|
|
- cargo fmt --all -- --write-mode=check
|
|
- cargo build
|
|
- cargo test
|