Only check on 1.41 since insta no longer supports it

This commit is contained in:
Armin Ronacher 2022-01-23 20:50:58 +01:00
parent b6359c315e
commit d0a282473e

View file

@ -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