Skip to content

Commit

Permalink
chore: include modulegen tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Feb 13, 2023
1 parent 82a7c37 commit 43d3602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
if: ${{ matrix.platform == 'ubuntu-latest' }}
run: make test-unit

- name: Run example generator tests
- name: Run module generator tests
if: ${{ matrix.platform == 'ubuntu-latest' }}
run: make -C examples test-unit
run: make -C modulegen test-unit

- name: Run checker
run: |
Expand Down

0 comments on commit 43d3602

Please sign in to comment.