Skip to content

Commit 59f21e4

Browse files
committed
make sure test archives are ignored
That way, we assure execution on linux also works, even if for some reason git-lfs replaces the local files (which shouldn't happen, but let's call it insurance)
1 parent ef8ccd9 commit 59f21e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- name: test
5353
env:
5454
CI: true
55+
GITOXIDE_TEST_IGNORE_ARCHIVES: 1
5556
run: just ci-test
5657

5758
test-fast:

0 commit comments

Comments
 (0)