summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFrank Elias <francois.elias@livio.io>2020-11-09 16:09:32 -0500
committerFrank Elias <francois.elias@livio.io>2020-11-09 16:09:32 -0500
commitdb716e6ea01c423a38a90e60a8e60bc73c8cf40f (patch)
tree8083ecf57701518f290e7d3c2bce3b056d35fbc3 /.github
parent0ad8ea5cf49a1c8c3226c5f81c1bcb483b6ae5b2 (diff)
downloadsdl_ios-db716e6ea01c423a38a90e60a8e60bc73c8cf40f.tar.gz
Added new CI test
Added new CI test
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a49a4718e..66194f630 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -97,8 +97,3 @@ jobs:
- name: Run RPC generator tests
run: |
python3 generator/test/runner.py
- - name: Test with pytest
- run: |
- pip install pytest
- pip install pytest-cov
- pytest generator/test/runner.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html