Skip to content

Feat: set AccountId as trait parameter #188

Feat: set AccountId as trait parameter

Feat: set AccountId as trait parameter #188

Workflow file for this run

name: CI
on:
push:
branches:
- main
- develop
pull_request:
jobs:
check:
name: Checks
runs-on: [self-hosted, heavy]
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Add toolchain
run: rustup target add wasm32-unknown-unknown
- name: Run checks
run: make check
- name: Run tests
run: make test