Skip to content

Commit

Permalink
Only check on 1.41 since insta no longer supports it
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jan 23, 2022
1 parent b6359c3 commit d0a2824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -29,4 +29,4 @@ jobs:
profile: minimal
override: true
- name: Test
run: make test
run: cargo check --all-features

0 comments on commit d0a2824

Please sign in to comment.