Skip to content

Commit

Permalink
chore: dont require build-windows before unit-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Nov 29, 2024
1 parent 0f26a1a commit c85e2ec
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ jobs:
windows-unit:
runs-on: windows-latest
timeout-minutes: 30
needs: [build-windows]
env:
MISE_DATA_DIR: ~/.local/share/mise
MISE_CACHE_DIR: ~/.cache/mise
Expand All @@ -244,19 +243,6 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
shared-key: unit
# - uses: actions/download-artifact@v4
# with:
# name: mise-windows-latest
# path: target/debug
# - run: Add-Content "$env:GITHUB_PATH" "$env:GITHUB_WORKSPACE/target/debug"
# - uses: actions/cache@v4
# with:
# key: ${{ runner.os }}-mise-tools-${{ hashFiles('mise.lock') }}
# path: |
# ~/.local/share/mise
# ~/.cache/mise
# - run: mise -v
# - run: mise install
- name: cargo test
uses: nick-fields/retry@v3
with:
Expand Down

0 comments on commit c85e2ec

Please sign in to comment.