We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cac2e commit 91319e8Copy full SHA for 91319e8
1 file changed
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Build (1.32.0, non-default)
56
uses: actions-rs/cargo@v1.0.3
57
with:
58
- command: test
+ command: build
59
args: --release --features ${{ matrix.features }}
60
if: ${{ matrix.features != 'default' && matrix.rust == '1.32.0' }}
61
- name: Test (default)
0 commit comments