File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 57
57
- name : test
58
58
env :
59
59
CI : true
60
- GITOXIDE_TEST_IGNORE_ARCHIVES : 1
60
+ GIX_TEST_IGNORE_ARCHIVES : 1
61
61
run : just ci-test
62
62
63
63
test-fast :
Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ get an overview.
262
262
263
263
## Reviewing PRs
264
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
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
266
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
267
via ` gix-lfs ` .
268
268
You can’t perform that action at this time.
0 commit comments