Skip to content

Commit 9be90d4

Browse files
Run property suite in final CI matrix
1 parent 95a39cf commit 9be90d4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/native-backend-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
- name: Run parity from committed R cache
4545
run: NNS_R_CACHE_ONLY=1 python -m pytest -q tests/parity
4646

47+
- name: Run property tests
48+
run: python -m pytest -q tests/property
49+
4750
- name: Run plotting color-fidelity tests
4851
run: python -m pytest -q tests/plotting
4952

0 commit comments

Comments
 (0)