|
@@ -302,14 +302,6 @@ jobs:
|
|
name: "cargo test | windows"
|
|
name: "cargo test | windows"
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: actions/checkout@v4
|
|
- - name: Create Dev Drive using ReFS
|
|
|
|
- run: ${{ github.workspace }}/.github/workflows/setup-dev-drive.ps1
|
|
|
|
-
|
|
|
|
- # actions/checkout does not let us clone into anywhere outside ${{ github.workspace }}, so we have to copy the clone...
|
|
|
|
- - name: Copy Git Repo to Dev Drive
|
|
|
|
- run: |
|
|
|
|
- Copy-Item -Path "${{ github.workspace }}" -Destination "${{ env.UV_WORKSPACE }}" -Recurse
|
|
|
|
-
|
|
|
|
- uses: dtolnay/rust-toolchain@1.84.0
|
|
- uses: dtolnay/rust-toolchain@1.84.0
|
|
with:
|
|
with:
|
|
components: rustfmt, clippy
|
|
components: rustfmt, clippy
|