mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-02-13 21:18:18 +01:00
14 lines
176 B
YAML
14 lines
176 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
|