Skip to content

Commit

Permalink
ci: only check msrv, not test
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jun 12, 2023
1 parent 20633e5 commit 746fce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
run: cargo test --benches ${{ matrix.features }}

msrv:
name: Test MSRV
name: Check MSRV
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -60,7 +60,7 @@ jobs:
toolchain: ${{ steps.metadata.outputs.msrv }}

- name: Test
run: cargo test -p http
run: cargo check -p http

wasm:
name: WASM
Expand Down

0 comments on commit 746fce8

Please sign in to comment.