Skip to content

Commit

Permalink
Renamed test to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomelo9 committed May 28, 2024
1 parent d886fb3 commit 877e844
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
python-version: ${{ matrix.pyver }}
- name: Install dependencies
run: pip install pytest
- name: Run test
run: pytest
- name: Run tests
run: make test
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/make

.PHONY: docs test
.PHONY: docs

docs:
cd docs; make html
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 877e844

Please sign in to comment.