Skip to content

migrate factory from using workspaces to sandbox #39

migrate factory from using workspaces to sandbox

migrate factory from using workspaces to sandbox #39

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 system dependencies
if: matrix.platform == 'ubuntu-latest'
run: sudo apt-get update && sudo apt-get install -y libudev-dev
- name: Install cargo-near
run: cargo install cargo-near
- name: Install and test modules
run: |
cd ./factory
cargo test