Skip to content

Commit 746fce8

Browse files
committed
ci: only check msrv, not test
1 parent 20633e5 commit 746fce8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: cargo test --benches ${{ matrix.features }}
4343

4444
msrv:
45-
name: Test MSRV
45+
name: Check MSRV
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Checkout
@@ -60,7 +60,7 @@ jobs:
6060
toolchain: ${{ steps.metadata.outputs.msrv }}
6161

6262
- name: Test
63-
run: cargo test -p http
63+
run: cargo check -p http
6464

6565
wasm:
6666
name: WASM

0 commit comments

Comments
 (0)