Skip to content

Commit bd2e20c

Browse files
author
Lucas McDonald
committed
m
1 parent e2c7c58 commit bd2e20c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci_test_python.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -101,25 +101,25 @@ jobs:
101101
# Dafny-transpiled Python tests use a PYTHONPATH hack that doesn't work on Windows.
102102
# Windows is tested with non-Dafny-transpiled Python tests.
103103
if: ${{ matrix.os != 'windows-latest' }}
104-
working-directory: ./${{ matrix.library }}
104+
working-directory: ./${{ matrix.library }}/runtimes/python
105105
shell: bash
106106
run: |
107107
tox -e dafnytests
108108
109109
- name: Test ${{ matrix.library }} Python unit tests
110-
working-directory: ./${{ matrix.library }}
110+
working-directory: ./${{ matrix.library }}/runtimes/python
111111
shell: bash
112112
run: |
113113
tox -e unit
114114
115115
- name: Test ${{ matrix.library }} Python integration tests
116-
working-directory: ./${{ matrix.library }}
116+
working-directory: ./${{ matrix.library }}/runtimes/python
117117
shell: bash
118118
run: |
119119
tox -e integ
120120
121121
- name: Test ${{ matrix.library }} Python coverage
122-
working-directory: ./${{ matrix.library }}
122+
working-directory: ./${{ matrix.library }}/runtimes/python
123123
shell: bash
124124
run: |
125125
tox -e encrypted-interface-coverage

0 commit comments

Comments
 (0)