From d0a282473e3d8585ca266fad5486914a83e10efc Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 23 Jan 2022 20:50:58 +0100 Subject: [PATCH] Only check on 1.41 since insta no longer supports it --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 88963e0..a298757 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: run: make test build-stable: - name: Test on 1.41.0 + name: Build on 1.41.0 runs-on: ubuntu-latest steps: @@ -29,4 +29,4 @@ jobs: profile: minimal override: true - name: Test - run: make test + run: cargo check --all-features