Skip to content

Merge pull request #21 from Karkunow/add-eth-wallet-support #62

Merge pull request #21 from Karkunow/add-eth-wallet-support

Merge pull request #21 from Karkunow/add-eth-wallet-support #62

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