Skip to content

move claim in part 2 ts #45

move claim in part 2 ts

move claim in part 2 ts #45

Workflow file for this run

name: 01 - 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/01-basic-auction
cargo test