We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9e48e commit eb834ebCopy full SHA for eb834eb
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
targets: ${{ matrix.platform.target }}
38
- name: Build
39
run: |
40
- cargo test --features "${{ matrix.features }}" --target ${{ matrix.platform.target }}
+ cargo test --features "${{ matrix.features }}" --target ${{ matrix.platform.target }} -- --show-output
41
build_result:
42
name: Result
43
runs-on: ubuntu-24.04
0 commit comments