Move MSRV testing to separate job

This commit is contained in:
Patrick Förster 2022-06-30 21:28:53 +02:00
parent a15e4f7323
commit cdf5ca3df5

View file

@ -49,7 +49,7 @@ jobs:
target: x86_64-unknown-linux-gnu
run-tests: true
use-cross: false
toolchain: 1.58.1
toolchain: stable
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
run-tests: false
@ -65,6 +65,12 @@ jobs:
run-tests: false
use-cross: false
toolchain: stable
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
run-tests: false
use-cross: false
toolchain: 1.58.1
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1