mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-02-13 21:18:18 +01:00
15 lines
286 B
YAML
15 lines
286 B
YAML
language: rust
|
|
rust:
|
|
- nightly
|
|
sudo: false
|
|
cache: cargo
|
|
|
|
os:
|
|
- osx
|
|
- linux
|
|
|
|
script:
|
|
- cargo test --all-targets --all-features
|
|
- cargo test --doc --all-features
|
|
- cargo run --example 2>&1 | grep ' ' | awk '{print $1}' | xargs -L 1 cargo run --all-features --example
|