Skip to content

Commit 864d473

Browse files
Merge branch 'main' into how-to-use-lazy-field
2 parents c1d88f4 + ee4e19d commit 864d473

56 files changed

Lines changed: 790 additions & 455 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
# cargo clippy --all-targets --all-features -- -D warnings
169169
# RUSTDOCFLAGS='-D warnings' cargo doc --no-deps --document-private-items
170170
171-
- uses: crate-ci/typos@02ea592e44b3a53c302f697cddca7641cd051c3d # v1.45.0
171+
- uses: crate-ci/typos@cf5f1c29a8ac336af8568821ec41919923b05a83 # v1.45.1
172172
with:
173173
files: .
174174

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
# Disable Windows Defender real-time scanning to speed up I/O-heavy builds (~30-50% faster)
8484
- name: Disable Windows Defender
8585
if: runner.os == 'Windows'
86+
continue-on-error: true
8687
shell: powershell
8788
run: Set-MpPreference -DisableRealtimeMonitoring $true
8889

@@ -344,6 +345,7 @@ jobs:
344345
# Disable Windows Defender real-time scanning to speed up I/O-heavy operations
345346
- name: Disable Windows Defender
346347
if: runner.os == 'Windows'
348+
continue-on-error: true
347349
shell: powershell
348350
run: Set-MpPreference -DisableRealtimeMonitoring $true
349351

0 commit comments

Comments
 (0)