Skip to content

Merge pull request #5 from PiVortex/main #10

Merge pull request #5 from PiVortex/main

Merge pull request #5 from PiVortex/main #10

Workflow file for this run

name: 03 - 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/03-owner-claims-winner-gets-nft
cargo test