Skip to content

Commit

Permalink
Test if git is used without flagging
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Jan 22, 2025
1 parent d6d0593 commit e1e90ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ jobs:
with:
tool: cargo-nextest

- name: "Disable git"
run: |
which git
- name: "Cargo test"
working-directory: ${{ env.UV_WORKSPACE }}
env:
Expand Down

0 comments on commit e1e90ce

Please sign in to comment.