Skip to content

fix(tests): ignore no-op checkouts in some tests #3658

fix(tests): ignore no-op checkouts in some tests

fix(tests): ignore no-op checkouts in some tests #3658

Workflow file for this run

name: Windows
on:
push:
branches:
- master
pull_request:
env:
CARGO_INCREMENTAL: 0
RUST_BACKTRACE: short
jobs:
run-tests:
runs-on: windows-latest
steps:
- uses: actions/checkout@v5
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.82
override: true
- name: Cache dependencies
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
- name: Compile
run: cargo build --all-targets --workspace
# TODO(#1416): re-enable once tests are passing on Git v2.46+
# - name: Run tests
# timeout-minutes: 30
# run: |
# $env:TEST_GIT='C:\Program Files\Git\cmd\git.exe'
# $env:TEST_GIT_EXEC_PATH='C:\Program Files\Git\cmd'
# cargo test --examples --tests --workspace --no-fail-fast