Skip to content

Commit e1de6d6

Browse files
committed
[core] added tests directory to linting
1 parent 14cc9f3 commit e1de6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
python -m pip install --upgrade pip
5555
python -m pip install --group linting
5656
python -c "print('=========== ${{ matrix.tool }} ===========')"
57-
python -m ${{ matrix.tool }} src/
57+
python -m ${{ matrix.tool }} src/ tests/

0 commit comments

Comments
 (0)