mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
Move MSRV testing to separate job
This commit is contained in:
parent
a15e4f7323
commit
cdf5ca3df5
1 changed files with 7 additions and 1 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue