mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 08:57:56 +00:00
17 lines
182 B
YAML
17 lines
182 B
YAML
sudo: false
|
|
language: rust
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
cache: cargo
|
|
|
|
matrix:
|
|
fast_finish: false
|
|
include:
|
|
- rust: stable
|
|
|
|
script:
|
|
- cargo check --all
|
|
- cargo test --all
|