Skip to content

Merge pull request #6 from near-examples/update-naj-ws-versions #12

Merge pull request #6 from near-examples/update-naj-ws-versions

Merge pull request #6 from near-examples/update-naj-ws-versions #12

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