We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 455b66d + 7b3104d commit 452e2b7Copy full SHA for 452e2b7
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: test
58
env:
59
CI: true
60
- GITOXIDE_TEST_IGNORE_ARCHIVES: 1
+ GIX_TEST_IGNORE_ARCHIVES: 1
61
run: just ci-test
62
63
test-fast:
DEVELOPMENT.md
@@ -262,7 +262,7 @@ get an overview.
262
263
## Reviewing PRs
264
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
+- 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
266
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
267
via `gix-lfs`.
268
0 commit comments