mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
test(scripts): create measurement script tests
This commit is contained in:
@@ -285,6 +285,10 @@ jobs:
|
||||
if: ${{ github.event_name == 'schedule' && steps.conformance.outcome == 'success' && !cancelled() }}
|
||||
run: |
|
||||
make pytest_nb
|
||||
- name: PyTest Progress Tracker
|
||||
if: ${{ steps.conformance.outcome == 'success' && !cancelled() }}
|
||||
run: |
|
||||
make pytest_progress_tracker
|
||||
- name: Test coverage
|
||||
id: coverage
|
||||
if: ${{ always() && steps.pytest.outcome != 'skipped' && !cancelled() }}
|
||||
|
||||
Reference in New Issue
Block a user