Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

fix: Replace package from hp-io to sp-io for ecdsa verification #138

fix: Replace package from hp-io to sp-io for ecdsa verification

fix: Replace package from hp-io to sp-io for ecdsa verification #138

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
targets: wasm32-unknown-unknown
components: rust-src, rustfmt
- name: Install build dependencies
run: sudo apt-get install protobuf-compiler
- name: Rust Cache
uses: Swatinem/[email protected]
- name: Lint
run: cargo fmt -- --check
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose