Skip to content

Commit 24e81ee

Browse files
committed
Run cross with --verbose flag
This can help debug CI issues.
1 parent 742c69f commit 24e81ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cross.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
- name: install cross
5454
run: cargo install cross
5555
- name: run cross test
56-
run: cross test --target ${{ matrix.arch }}
56+
run: cross test --target ${{ matrix.arch }} --verbose

0 commit comments

Comments
 (0)