Skip to content

Evm Integration and integration script #170

Evm Integration and integration script

Evm Integration and integration script #170

Workflow file for this run

name: Rust
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Rust 1.81.0
uses: actions-rs/toolchain@v1
with:
toolchain: 1.81.0
override: true
- name: Run tests
run: |
cd ./packages/ciphernode/
cargo test