Run cross with --verbose flag
This can help debug CI issues.
This commit is contained in:
parent
742c69f975
commit
24e81eeadb
|
@ -53,4 +53,4 @@ jobs:
|
|||
- name: install cross
|
||||
run: cargo install cross
|
||||
- name: run cross test
|
||||
run: cross test --target ${{ matrix.arch }}
|
||||
run: cross test --target ${{ matrix.arch }} --verbose
|
||||
|
|
Loading…
Reference in New Issue