Skip to content

Commit

Permalink
Rename rufftest to linttest
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Jun 4, 2023
1 parent 3d76df9 commit bb74f99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
cache: 'pip'
cache-dependency-path: 'requirements*.txt'
- run: make devinstall
- run: make rufftest
- run: make linttest
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ install:
pip install --upgrade pip
pip install --upgrade --upgrade-strategy eager -r requirements.txt

.PHONY: rufftest
rufftest:
.PHONY: linttest
linttest:
ruff .

.PHONY: clean
Expand Down

0 comments on commit bb74f99

Please sign in to comment.