Skip to content

Commit

Permalink
Merge pull request GitoxideLabs#1360 from EliahKagan/archives-env-var
Browse files Browse the repository at this point in the history
Change to `GIX_TEST_IGNORE_ARCHIVES` on CI and docs to match code
  • Loading branch information
Byron authored May 7, 2024
2 parents 455b66d + 7b3104d commit 452e2b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: test
env:
CI: true
GITOXIDE_TEST_IGNORE_ARCHIVES: 1
GIX_TEST_IGNORE_ARCHIVES: 1
run: just ci-test

test-fast:
Expand Down
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ get an overview.

## Reviewing PRs

- be sure to clone locally and run tests with `GITOXIDE_TEST_IGNORE_ARCHIVES=1` to assure new fixture scripts (if there are any) are validated
- be sure to clone locally and run tests with `GIX_TEST_IGNORE_ARCHIVES=1` to assure new fixture scripts (if there are any) are validated
on _MacOS_ and _Windows_. Note that linux doesn't need to be tested that way as CI on linux ignores them by merit of not checking them out
via `gix-lfs`.

Expand Down

0 comments on commit 452e2b7

Please sign in to comment.