Skip to content

deps: Update to polkadot-sdk v1.11.0 (#74) #493

deps: Update to polkadot-sdk v1.11.0 (#74)

deps: Update to polkadot-sdk v1.11.0 (#74) #493

Workflow file for this run

name: CI
####### DO NOT CHANGE THIS !! #######
on: ["push"]
jobs:
####### Building and Testing binaries #######
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Rust toolchain
run: rustup show
- name: Formatter
run: cargo fmt --all
- name: Test
run: cargo test --release --features=runtime-benchmarks --all