mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-21 18:10:42 -04:00
10 lines
172 B
YAML
10 lines
172 B
YAML
language: rust
|
|
os:
|
|
- linux
|
|
- osx
|
|
script:
|
|
- cargo build --verbose
|
|
- cargo test --verbose
|
|
- cargo run -- test integration_tests
|
|
- cargo run -- test -r std/tests
|