mirror of
https://github.com/fluencelabs/llamadb
synced 2025-04-24 14:22:20 +00:00
18 lines
237 B
YAML
18 lines
237 B
YAML
language: rust
|
|
|
|
rust: nightly
|
|
|
|
allow_failures:
|
|
- rust: nightly
|
|
|
|
cache: cargo
|
|
|
|
before_script:
|
|
- rustup component add rustfmt-preview --toolchain nightly
|
|
|
|
script:
|
|
- cargo fmt --all -- --check -v
|
|
- cargo build -v
|
|
- cargo test -v
|
|
|