diff --git a/.github/workflows/tests-factory.yml b/.github/workflows/tests-factory.yml new file mode 100644 index 00000000..80177504 --- /dev/null +++ b/.github/workflows/tests-factory.yml @@ -0,0 +1,14 @@ +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