Skip to content

refactor(fetch,types): add Account type and #3

refactor(fetch,types): add Account type and

refactor(fetch,types): add Account type and #3

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-07-02
override: true
- name: Unit Tests
working-directory: .
run: cargo test