Skip to content

Commit 7b3104d

Browse files
committed
Change to GIX_TEST_IGNORE_ARCHIVES on CI and docs to match code
The test suite checks for `GIX_TEST_IGNORE_ARCHIVES` and not for `GITOXIDE_TEST_IGNORE_ARCHIVES`. But the main test workflow `ci.yml`, as well as in the instructions in `DEVELOPMENT.md`, had given `GITOXIDE_TEST_IGNORE_ARCHIVES`. This fixes that.
1 parent 5d1b0af commit 7b3104d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: test
5858
env:
5959
CI: true
60-
GITOXIDE_TEST_IGNORE_ARCHIVES: 1
60+
GIX_TEST_IGNORE_ARCHIVES: 1
6161
run: just ci-test
6262

6363
test-fast:

DEVELOPMENT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ get an overview.
262262

263263
## Reviewing PRs
264264

265-
- 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
265+
- 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
266266
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
267267
via `gix-lfs`.
268268

0 commit comments

Comments
 (0)