File tree 2 files changed +0
-10
lines changed
2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 24
24
- id : cache-rust
25
25
name : cache rust
26
26
uses : Swatinem/rust-cache@v2
27
- with :
28
- key : coverage-v2
29
27
30
28
- run : cargo install rustfilt coverage-prepare
31
29
if : steps.cache-rust.outputs.cache-hit != 'true'
@@ -120,8 +118,6 @@ jobs:
120
118
121
119
- name : cache rust
122
120
uses : Swatinem/rust-cache@v2
123
- with :
124
- key : ${{ matrix.os }}-v1
125
121
126
122
- name : set up python
127
123
uses : actions/setup-python@v5
@@ -201,8 +197,6 @@ jobs:
201
197
202
198
- name : cache rust
203
199
uses : Swatinem/rust-cache@v2
204
- with :
205
- key : test-debug
206
200
207
201
- run : pip install -r tests/requirements.txt
208
202
- run : make build-dev
@@ -234,8 +228,6 @@ jobs:
234
228
235
229
- name : cache rust
236
230
uses : Swatinem/rust-cache@v2
237
- with :
238
- key : test-pydantic-integration
239
231
240
232
- name : install deps
241
233
run : |
Original file line number Diff line number Diff line change 48
48
49
49
- name : cache rust
50
50
uses : Swatinem/rust-cache@v2
51
- with :
52
- key : v1
53
51
54
52
- name : Compile pydantic-core for profiling
55
53
run : make build-profiling
You can’t perform that action at this time.
0 commit comments