Skip to content

Commit a733150

Browse files
committed
build(ci): remove testmarker
1 parent f520e5f commit a733150

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
strategy:
1717
matrix:
1818
python-version: ['3.11']
19-
testmarker: ['train', 'utils', 'gradient', 'lr_scheduler', 'cfg']
2019

2120
steps:
2221
- uses: actions/checkout@v3
@@ -38,7 +37,7 @@ jobs:
3837
env:
3938
LD_PRELOAD: /usr/lib/x86_64-linux-gnu/libtcmalloc.so.4
4039
PYTHONDONTWRITEBYTECODE: 1
41-
run: pytest -p no:pastebin -p no:nose -p no:doctest -sv -vv --cov=pytorch_optimizer --cov-report=xml -m ${{ matrix.testmarker }} tests
40+
run: make test
4241
- name: Check codecov
4342
uses: codecov/codecov-action@v3
4443
with:

0 commit comments

Comments
 (0)