Skip to content

Feat: set AccountId as trait parameter (#35) #189

Feat: set AccountId as trait parameter (#35)

Feat: set AccountId as trait parameter (#35) #189

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