Skip to content

Commit 2360310

Browse files
committed
build(test): remove experimental from ignore-dir
1 parent d321fac commit 2360310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ format:
99
black -S -l 119 pytorch_optimizer tests lint.py hubconf.py
1010

1111
test:
12-
python -m pytest -sv -vv --cov=pytorch_optimizer --cov-report=xml ./tests --ignore=./pytorch_optimizer/experiment
12+
python -m pytest -sv -vv --cov=pytorch_optimizer --cov-report=xml ./tests
1313

1414
check:
1515
isort --check-only --profile black -l 119 pytorch_optimizer tests lint.py hubconf.py

0 commit comments

Comments
 (0)