Skip to content

Commit

Permalink
test: Align test command
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-c committed Jul 17, 2024
1 parent 33b2cf7 commit ed473ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,4 @@ jobs:
poetry install --only-root
- name: Run test suite
run: |
poetry run python -m pytest \
--nbmake \
--nbmake-find-import-errors \
--nbmake-timeout=20 -vvv
run: make test
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ install:
poetry install

test:
poetry run python -m pytest -vvv
poetry run python -m pytest \
--nbmake \
--nbmake-find-import-errors \
--nbmake-timeout=20 \
-vvv

0 comments on commit ed473ff

Please sign in to comment.