X Tutup
Skip to content

Commit 37dd1b4

Browse files
MNT: Remove slow test execution from GitHub Actions workflow, not working
1 parent d8c178b commit 37dd1b4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test_pytest.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ jobs:
5757
- name: Run Acceptance Tests
5858
run: pytest tests/acceptance --cov=rocketpy --cov-append --cov-report=xml
5959

60-
- name: Run pytest --runslow
61-
if: github.ref == 'refs/heads/master'
62-
run: pytest tests -m slow --runslow --cov=rocketpy --cov-append --cov-report=xml
63-
6460
- name: Upload coverage to artifacts
6561
uses: actions/upload-artifact@v2
6662
with:

0 commit comments

Comments
 (0)
X Tutup