Skip to content

fix balance, remove here wallet #69

fix balance, remove here wallet

fix balance, remove here wallet #69

Workflow file for this run

name: Tests Contract RS
on: push
jobs:
workflows:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- name: Install and test modules
run: |
cd ./contract-rs
cargo test