7 lines
181 B
YAML
7 lines
181 B
YAML
language: rust
|
|
rust: nightly
|
|
sudo: false
|
|
script:
|
|
- ( cd maud && cargo test --verbose )
|
|
- ( cd maud_macros && cargo test --verbose )
|
|
- ( cd iron-maud && cargo test --verbose )
|