We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e479bf commit 42f8800Copy full SHA for 42f8800
.github/workflows/test.yml
@@ -27,8 +27,5 @@ jobs:
27
steps:
28
- name: Checkout
29
uses: actions/checkout@v4
30
- - name: Build
31
- run: cargo build --profile ${{ matrix.BUILD_TARGET }} --no-default-features ${{ env.FEATURE_OPTION }} ${{ matrix.features }}
32
- - name: Test
33
- if: ${{ matrix.features == 'default' }}
34
- run: cargo test --profile ${{ matrix.BUILD_TARGET }}
+ - name: Echo
+ run echo ${{ matrix.BUILD_TARGET }} ${{ env.FEATURE_OPTION }} ${{ matrix.features }}
0 commit comments