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 5d798be
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/make

.PHONY: docs test
.PHONY: docs

docs:
cd docs; make html

lint:
pycodestyle pyfpga examples test
pycodestyle pyfpga examples tests
pylint -s n pyfpga
git diff --check --cached

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 5d798be

Please sign in to comment.