Skip to content

Merge pull request #16 from near-examples/reorg-auction #14

Merge pull request #16 from near-examples/reorg-auction

Merge pull request #16 from near-examples/reorg-auction #14

Workflow file for this run

name: Tests Factory
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 ./factory
cargo test