Skip to content

update readme

update readme #20

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