Skip to content

Commit

Permalink
workflows/python: make -C
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Dec 11, 2023
1 parent ff0443f commit facc464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: test
run: make test INSTALL_EXTRA=test
run: make -C python test INSTALL_EXTRA=test

lint:
runs-on: ubuntu-latest
Expand All @@ -35,4 +35,4 @@ jobs:
with:
python-version: "3.x"
- name: lint
run: make lint INSTALL_EXTRA=lint
run: make -C python lint INSTALL_EXTRA=lint

0 comments on commit facc464

Please sign in to comment.