Skip to content

Commit bd8ed9c

Browse files
committed
more debugging on windows - why no archive files ? (#384)
1 parent 1caf3ae commit bd8ed9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
command: check
4949
args: --all --bins --tests --examples
50-
- run: git lfs fetch && git lfs checkout && cargo test --package git-ref -- --nocapture
50+
- run: git lfs fetch && git lfs checkout && find git-ref/tests/fixtures/generated-archives/ -type f && cat git-ref/tests/fixtures/generated-archives/make_repository_with_lots_of_packed_refs.tar.xz && cargo test --package git-ref -- --nocapture
5151
- name: "Test (crossterm)"
5252
uses: actions-rs/cargo@v1
5353
with:

0 commit comments

Comments
 (0)