Skip to content

Commit

Permalink
Run cross with --verbose flag
Browse files Browse the repository at this point in the history
This can help debug CI issues.
  • Loading branch information
Kixunil committed Jul 4, 2024
1 parent 742c69f commit 24e81ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 24e81ee

Please sign in to comment.