mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-03-15 19:20:48 +00:00
12 lines
339 B
YAML
12 lines
339 B
YAML
language:
|
|
- rust
|
|
|
|
script:
|
|
- cargo build --release --verbose
|
|
- cargo build --manifest-path build/Cargo.toml
|
|
- cargo build --manifest-path prune/Cargo.toml
|
|
- cargo build --manifest-path gas/Cargo.toml
|
|
- cargo build --manifest-path ext/Cargo.toml
|
|
- cargo test --verbose
|
|
- cargo test --verbose --manifest-path build/Cargo.toml
|