Skip to content

chore: bump polkadot-sdk to version 1.7.0 #469

chore: bump polkadot-sdk to version 1.7.0

chore: bump polkadot-sdk to version 1.7.0 #469

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