Only check on 1.41 since insta no longer supports it
This commit is contained in:
parent
b6359c315e
commit
d0a282473e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
run: make test
|
run: make test
|
||||||
|
|
||||||
build-stable:
|
build-stable:
|
||||||
name: Test on 1.41.0
|
name: Build on 1.41.0
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -29,4 +29,4 @@ jobs:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
override: true
|
override: true
|
||||||
- name: Test
|
- name: Test
|
||||||
run: make test
|
run: cargo check --all-features
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue