Skip to content

Commit

Permalink
ci(macos): disable tests on macOS for now
Browse files Browse the repository at this point in the history
Same as d011db9
  • Loading branch information
arxanas committed Oct 9, 2024
1 parent dea8a3f commit 3cd5e6f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ jobs:
- name: Compile
run: cargo build --benches --tests

- name: Run tests
timeout-minutes: 30
run: |
export RUST_BACKTRACE=1
export TEST_GIT=$(which git)
export TEST_GIT_EXEC_PATH=$("$TEST_GIT" --exec-path)
cargo test --workspace --no-fail-fast
# TODO(#1416): re-enable once tests are passing on Git v2.46+
# - name: Run tests
# timeout-minutes: 30
# run: |
# export RUST_BACKTRACE=1
# export TEST_GIT=$(which git)
# export TEST_GIT_EXEC_PATH=$("$TEST_GIT" --exec-path)
# cargo test --workspace --no-fail-fast
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Compile
run: cargo build --all-targets --workspace

# TODO: re-enable once tests are passing on Git v2.46+
# TODO(#1416): re-enable once tests are passing on Git v2.46+
# - name: Run tests
# timeout-minutes: 30
# run: |
Expand Down

0 comments on commit 3cd5e6f

Please sign in to comment.