We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438ee47 commit 27d047fCopy full SHA for 27d047f
.github/workflows/ci.yml
@@ -232,6 +232,8 @@ jobs:
232
- name: Make `system` scope nonempty for "GitInstallation" tests
233
run: git config --system gitoxide.imaginary.arbitraryVariable arbitraryValue
234
- name: Test (nextest)
235
+ env:
236
+ GIX_TEST_IGNORE_ARCHIVES: '1'
237
run: cargo nextest run --workspace --no-fail-fast
238
239
test-32bit-cross:
0 commit comments