Skip to content

Commit 91319e8

Browse files
committed
Only build on 1.32.0
1 parent 28cac2e commit 91319e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Build (1.32.0, non-default)
5656
uses: actions-rs/cargo@v1.0.3
5757
with:
58-
command: test
58+
command: build
5959
args: --release --features ${{ matrix.features }}
6060
if: ${{ matrix.features != 'default' && matrix.rust == '1.32.0' }}
6161
- name: Test (default)

0 commit comments

Comments
 (0)