Skip to content

feat: add pallets/foreign-assets endpoint (#1314) #1237

feat: add pallets/foreign-assets endpoint (#1314)

feat: add pallets/foreign-assets endpoint (#1314) #1237

Workflow file for this run

name: calc
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Cargo test
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install Rust stable toolchain
uses: actions-rs/[email protected]
with:
profile: minimal
toolchain: stable
- name: Rust Cache
uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 # v2.6.2
- name: Cargo test
uses: actions-rs/[email protected]
with:
command: test
args: --manifest-path=calc/Cargo.toml