We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 742c69f commit 24e81eeCopy full SHA for 24e81ee
.github/workflows/cross.yml
@@ -53,4 +53,4 @@ jobs:
53
- name: install cross
54
run: cargo install cross
55
- name: run cross test
56
- run: cross test --target ${{ matrix.arch }}
+ run: cross test --target ${{ matrix.arch }} --verbose
0 commit comments