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