Skip to content

Merge pull request #7 from PiVortex/main #14

Merge pull request #7 from PiVortex/main

Merge pull request #7 from PiVortex/main #14

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