Skip to content

Commit

Permalink
chore(actions): add manpage-test step
Browse files Browse the repository at this point in the history
Install necessary dependencies and run manpage-test
  • Loading branch information
nicolearagao committed Jun 26, 2023
1 parent c20c717 commit 7560680
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
matrix:
type:
[
manpage-test,
lint,
test-coverage,
]
Expand All @@ -33,7 +34,7 @@ jobs:
cache-dependency-path: "poetry.lock"

- name: Install dependencies
run: poetry install
run: poetry install --with build

- name: Test phase
run: make ${{ matrix.type }}
Expand Down

0 comments on commit 7560680

Please sign in to comment.