From 291861f9a9a54fda6826f0a9179e58762b62634a Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 12 Jun 2023 10:52:10 -0400 Subject: [PATCH] ci: only check msrv, not test --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 603cefec..13c79504 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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