chore(deps): update kemitix/rust action to v2.3.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
Rust / build (map[name:nightly]) (pull_request) Successful in 1m20s
Rust / build (map[name:stable]) (pull_request) Successful in 2m48s
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
Rust / build (map[name:nightly]) (push) Successful in 1m44s
Rust / build (map[name:stable]) (push) Successful in 3m45s
ci/woodpecker/cron/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
Rust / build (map[name:nightly]) (pull_request) Successful in 1m20s
Rust / build (map[name:stable]) (pull_request) Successful in 2m48s
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
Rust / build (map[name:nightly]) (push) Successful in 1m44s
Rust / build (map[name:stable]) (push) Successful in 3m45s
ci/woodpecker/cron/woodpecker Pipeline was successful
This commit is contained in:
parent
242a2730eb
commit
003cdd6f59
1 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Format
|
- name: Format
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v2.2.0
|
uses: https://git.kemitix.net/kemitix/rust@v2.3.0
|
||||||
with:
|
with:
|
||||||
args: ${{ matrix.toolchain.name }} cargo fmt --all -- --check
|
args: ${{ matrix.toolchain.name }} cargo fmt --all -- --check
|
||||||
|
|
||||||
|
@ -32,21 +32,21 @@ jobs:
|
||||||
# uses: https://github.com/bnjbvr/cargo-machete@v0.6.2
|
# uses: https://github.com/bnjbvr/cargo-machete@v0.6.2
|
||||||
|
|
||||||
- name: Clippy
|
- name: Clippy
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v2.2.0
|
uses: https://git.kemitix.net/kemitix/rust@v2.3.0
|
||||||
with:
|
with:
|
||||||
args: ${{ matrix.toolchain.name }} cargo clippy
|
args: ${{ matrix.toolchain.name }} cargo clippy
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v2.2.0
|
uses: https://git.kemitix.net/kemitix/rust@v2.3.0
|
||||||
with:
|
with:
|
||||||
args: ${{ matrix.toolchain.name }} cargo build
|
args: ${{ matrix.toolchain.name }} cargo build
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v2.2.0
|
uses: https://git.kemitix.net/kemitix/rust@v2.3.0
|
||||||
with:
|
with:
|
||||||
args: ${{ matrix.toolchain.name }} cargo test --no-fail-fast
|
args: ${{ matrix.toolchain.name }} cargo test --no-fail-fast
|
||||||
|
|
||||||
- name: Integration
|
- name: Integration
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v2.2.0
|
uses: https://git.kemitix.net/kemitix/rust@v2.3.0
|
||||||
with:
|
with:
|
||||||
args: ./test.sh
|
args: ./test.sh
|
||||||
|
|
Loading…
Reference in a new issue