File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,25 +101,25 @@ jobs:
101
101
# Dafny-transpiled Python tests use a PYTHONPATH hack that doesn't work on Windows.
102
102
# Windows is tested with non-Dafny-transpiled Python tests.
103
103
if : ${{ matrix.os != 'windows-latest' }}
104
- working-directory : ./${{ matrix.library }}
104
+ working-directory : ./${{ matrix.library }}/runtimes/python
105
105
shell : bash
106
106
run : |
107
107
tox -e dafnytests
108
108
109
109
- name : Test ${{ matrix.library }} Python unit tests
110
- working-directory : ./${{ matrix.library }}
110
+ working-directory : ./${{ matrix.library }}/runtimes/python
111
111
shell : bash
112
112
run : |
113
113
tox -e unit
114
114
115
115
- name : Test ${{ matrix.library }} Python integration tests
116
- working-directory : ./${{ matrix.library }}
116
+ working-directory : ./${{ matrix.library }}/runtimes/python
117
117
shell : bash
118
118
run : |
119
119
tox -e integ
120
120
121
121
- name : Test ${{ matrix.library }} Python coverage
122
- working-directory : ./${{ matrix.library }}
122
+ working-directory : ./${{ matrix.library }}/runtimes/python
123
123
shell : bash
124
124
run : |
125
125
tox -e encrypted-interface-coverage
You can’t perform that action at this time.
0 commit comments