Skip to content

Commit 98d59ee

Browse files
DEV: update the integration tests rule in the yaml workflow
1 parent f64c055 commit 98d59ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: pytest tests/unit --cov=rocketpy
5252

5353
- name: Run Integration Tests
54-
run: pytest $(find tests -maxdepth 1 -name "*.py") --cov=rocketpy --cov-append
54+
run: pytest tests/integration --cov=rocketpy --cov-append
5555

5656
- name: Run Documentation Tests
5757
run: pytest rocketpy --doctest-modules --cov=rocketpy --cov-append

0 commit comments

Comments
 (0)