Skip to content

Bump @polkadot/types from 11.3.1 to 12.2.3 in /frontend #159

Bump @polkadot/types from 11.3.1 to 12.2.3 in /frontend

Bump @polkadot/types from 11.3.1 to 12.2.3 in /frontend #159

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
test:
strategy:
matrix:
os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: contracts
steps:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions/checkout@v4
- name: Cache
uses: Swatinem/rust-cache@v2
- name: Run test
run: cargo test --verbose