mirror of https://github.com/nucypher/nucypher.git
re-enable integration tests
parent
1725d994fc
commit
99732b8edd
|
@ -62,15 +62,15 @@ jobs:
|
|||
run: python -m pytest tests/unit
|
||||
|
||||
# Integration tests
|
||||
# - name: Integration Tests (Coverage)
|
||||
# if: matrix.python-version == '3.10'
|
||||
# run: |
|
||||
# coverage run --data-file=integration_data -m pytest tests/integration
|
||||
# coverage xml -i --data-file=integration_data -o integration-coverage.xml
|
||||
#
|
||||
# - name: Integration Tests
|
||||
# if: matrix.python-version != '3.10'
|
||||
# run: python -m pytest tests/integration
|
||||
- name: Integration Tests (Coverage)
|
||||
if: matrix.python-version == '3.10'
|
||||
run: |
|
||||
coverage run --data-file=integration_data -m pytest tests/integration
|
||||
coverage xml -i --data-file=integration_data -o integration-coverage.xml
|
||||
|
||||
- name: Integration Tests
|
||||
if: matrix.python-version != '3.10'
|
||||
run: python -m pytest tests/integration
|
||||
|
||||
# Acceptance tests
|
||||
- name: Agents Tests (Coverage)
|
||||
|
|
Loading…
Reference in New Issue