Skip to content

Commit

Permalink
add workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PiVortex committed Sep 16, 2024
1 parent 406a1a2 commit 500834a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/tests-factory.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 500834a

Please sign in to comment.