mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-24 11:40:22 +01:00
9 lines
114 B
YAML
9 lines
114 B
YAML
language: rust
|
|
rust:
|
|
- nightly
|
|
|
|
script:
|
|
- |
|
|
(cd tarpc && cargo build) &&
|
|
(cd tarpc && cargo test)
|