mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-11 12:55:46 +00:00
04cbcd0655
* DB backend * DB backend * Cleanup * Clean build files after running tests * Fixed comment * add OOM lang item to runtime-io
18 lines
198 B
YAML
18 lines
198 B
YAML
sudo: false
|
|
language: rust
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
cache: cargo
|
|
|
|
matrix:
|
|
fast_finish: false
|
|
include:
|
|
- rust: stable
|
|
|
|
script:
|
|
- cargo test --all
|
|
- cargo clean
|
|
- ./publish-wasm.sh
|