mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 15:01:45 +01:00
10 lines
137 B
YAML
10 lines
137 B
YAML
language: Rust
|
|
|
|
|
|
env:
|
|
- RUST_BACKTRACE=1
|
|
|
|
script:
|
|
- rustup override set nightly
|
|
- cargo build --all --verbose
|
|
- cargo test --all
|