Skip to content

Merge pull request #14 from near-examples/add-factory #35

Merge pull request #14 from near-examples/add-factory

Merge pull request #14 from near-examples/add-factory #35

Workflow file for this run

name: 02 - 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/02-owner-claims-money
cargo test