build: bump rust action to 2.6.0-rc3
This commit is contained in:
parent
856cce5c03
commit
cb915104cb
1 changed files with 6 additions and 6 deletions
|
@ -16,31 +16,31 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Machete
|
- name: Machete
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v2.5.1
|
uses: https://git.kemitix.net/kemitix/rust@v2.6.0-rc3
|
||||||
with:
|
with:
|
||||||
args: cargo machete
|
args: cargo machete
|
||||||
|
|
||||||
- name: Format
|
- name: Format
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v2.5.1
|
uses: https://git.kemitix.net/kemitix/rust@v2.6.0-rc3
|
||||||
with:
|
with:
|
||||||
args: ${{ matrix.toolchain.name }} cargo fmt --check
|
args: ${{ matrix.toolchain.name }} cargo fmt --check
|
||||||
|
|
||||||
- name: Clippy
|
- name: Clippy
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v2.5.1
|
uses: https://git.kemitix.net/kemitix/rust@v2.6.0-rc3
|
||||||
with:
|
with:
|
||||||
args: ${{ matrix.toolchain.name }} cargo clippy
|
args: ${{ matrix.toolchain.name }} cargo clippy
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v2.5.1
|
uses: https://git.kemitix.net/kemitix/rust@v2.6.0-rc3
|
||||||
with:
|
with:
|
||||||
args: ${{ matrix.toolchain.name }} cargo test
|
args: ${{ matrix.toolchain.name }} cargo test
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v2.5.1
|
uses: https://git.kemitix.net/kemitix/rust@v2.6.0-rc3
|
||||||
with:
|
with:
|
||||||
args: ${{ matrix.toolchain.name }} cargo build
|
args: ${{ matrix.toolchain.name }} cargo build
|
||||||
|
|
||||||
- name: Run
|
- name: Run
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v2.5.1
|
uses: https://git.kemitix.net/kemitix/rust@v2.6.0-rc3
|
||||||
with:
|
with:
|
||||||
args: ${{ matrix.toolchain.name }} cargo run
|
args: ${{ matrix.toolchain.name }} cargo run
|
||||||
|
|
Loading…
Add table
Reference in a new issue