Skip to content

Implement Containers (Dictionary,Set,Array) on top of MerkleTree. And restructure the code. #7

Implement Containers (Dictionary,Set,Array) on top of MerkleTree. And restructure the code.

Implement Containers (Dictionary,Set,Array) on top of MerkleTree. And restructure the code. #7

Workflow file for this run

name: Rust Tests
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
test:
if: github.event.pull_request.draft == false
name: Rust tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Run tests
run: cargo test