mirror of
https://github.com/noib3/nvim-oxi.git
synced 2025-08-04 19:08:31 +00:00
workflows(ci): use dtolnay's rust-toolchain
to install stable Rust
This commit is contained in:
parent
fe90d0e9b6
commit
c989c6262f
1 changed files with 1 additions and 4 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -35,10 +35,7 @@ jobs:
|
|||
neovim: true
|
||||
version: ${{ matrix.neovim }}
|
||||
- name: Install latest stable `rustc`
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
- name: Run unit tests
|
||||
run: cargo test ${{ matrix.features }}
|
||||
working-directory: .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue