Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
|
14cf977369 | ||
|
6c047bd3f8 | ||
|
957abe9be9 |
2 changed files with 8 additions and 8 deletions
|
@ -27,38 +27,38 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Check TODOs (Origin)
|
- name: Check TODOs (Origin)
|
||||||
uses: https://git.kemitix.net/kemitix/forgejo-todo-checker@v1.1.0
|
uses: https://git.kemitix.net/kemitix/forgejo-todo-checker@v1.2.0
|
||||||
|
|
||||||
- name: Check TODOs (Mirror)
|
- name: Check TODOs (Mirror)
|
||||||
uses: kemitix/todo-checker@v1.1.0
|
uses: kemitix/todo-checker@v1.1.0
|
||||||
|
|
||||||
- name: Machete
|
- name: Machete
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v2.4.1
|
uses: https://git.kemitix.net/kemitix/rust@v2.5.0
|
||||||
with:
|
with:
|
||||||
args: ${{ matrix.toolchain.name }} cargo machete
|
args: ${{ matrix.toolchain.name }} cargo machete
|
||||||
|
|
||||||
- name: Format
|
- name: Format
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v2.4.1
|
uses: https://git.kemitix.net/kemitix/rust@v2.5.0
|
||||||
with:
|
with:
|
||||||
args: ${{ matrix.toolchain.name }} cargo fmt --all -- --check
|
args: ${{ matrix.toolchain.name }} cargo fmt --all -- --check
|
||||||
|
|
||||||
- name: Clippy
|
- name: Clippy
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v2.4.1
|
uses: https://git.kemitix.net/kemitix/rust@v2.5.0
|
||||||
with:
|
with:
|
||||||
args: ${{ matrix.toolchain.name }} cargo hack --feature-powerset clippy
|
args: ${{ matrix.toolchain.name }} cargo hack --feature-powerset clippy
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v2.4.1
|
uses: https://git.kemitix.net/kemitix/rust@v2.5.0
|
||||||
with:
|
with:
|
||||||
args: ${{ matrix.toolchain.name }} cargo hack --feature-powerset build
|
args: ${{ matrix.toolchain.name }} cargo hack --feature-powerset build
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v2.4.1
|
uses: https://git.kemitix.net/kemitix/rust@v2.5.0
|
||||||
with:
|
with:
|
||||||
args: ${{ matrix.toolchain.name }} cargo hack --feature-powerset test
|
args: ${{ matrix.toolchain.name }} cargo hack --feature-powerset test
|
||||||
|
|
||||||
- name: Mutations
|
- name: Mutations
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v2.4.1
|
uses: https://git.kemitix.net/kemitix/rust@v2.5.0
|
||||||
with:
|
with:
|
||||||
args: ${{ matrix.toolchain.name }} cargo mutants -vV --in-place
|
args: ${{ matrix.toolchain.name }} cargo mutants -vV --in-place
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM docker.io/rust:1.82.0-bookworm
|
FROM docker.io/rust:1.83.0-bookworm
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY Cargo.toml ./
|
COPY Cargo.toml ./
|
||||||
|
|
Loading…
Reference in a new issue