Skip to content

Commit 48f718c

Browse files
committed
ci: include tests in sources
!close #8
1 parent 1bc8ca7 commit 48f718c

File tree

10 files changed

+2
-2
lines changed

10 files changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- run: python3 -m pip install --user hypothesis pytest
22-
- run: python3 -m pytest rubymarshal_tests
22+
- run: python3 -m pytest rubymarshal/tests

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ setenv =
1212
PYTHONHASHSEED=28739944
1313
commands =
1414
python3 -m poetry build
15-
python3 -m pytest rubymarshal_tests
15+
python3 -m pytest rubymarshal/tests

0 commit comments

Comments
 (0)