Compare commits
2 commits
d0ac8f3008
...
61ee9f1121
Author | SHA1 | Date | |
---|---|---|---|
61ee9f1121 | |||
bace840d8e |
2 changed files with 9 additions and 7 deletions
|
@ -16,31 +16,31 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Machete
|
- name: Machete
|
||||||
uses: https://git.ragarock.moe/silvana/setup-rust@v2.4.2
|
uses: https://git.ragarock.moe/silvana/setup-rust@v2.4.3
|
||||||
with:
|
with:
|
||||||
args: cargo machete
|
args: cargo machete
|
||||||
|
|
||||||
- name: Format
|
- name: Format
|
||||||
uses: https://git.ragarock.moe/silvana/setup-rust@v2.4.2
|
uses: https://git.ragarock.moe/silvana/setup-rust@v2.4.3
|
||||||
with:
|
with:
|
||||||
args: ${{ matrix.toolchain.name }} cargo fmt --check
|
args: ${{ matrix.toolchain.name }} cargo fmt --check
|
||||||
|
|
||||||
- name: Clippy
|
- name: Clippy
|
||||||
uses: https://git.ragarock.moe/silvana/setup-rust@v2.4.2
|
uses: https://git.ragarock.moe/silvana/setup-rust@v2.4.3
|
||||||
with:
|
with:
|
||||||
args: ${{ matrix.toolchain.name }} cargo clippy
|
args: ${{ matrix.toolchain.name }} cargo clippy
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
uses: https://git.ragarock.moe/silvana/setup-rust@v2.4.2
|
uses: https://git.ragarock.moe/silvana/setup-rust@v2.4.3
|
||||||
with:
|
with:
|
||||||
args: ${{ matrix.toolchain.name }} cargo test
|
args: ${{ matrix.toolchain.name }} cargo test
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: https://git.ragarock.moe/silvana/setup-rust@v2.4.2
|
uses: https://git.ragarock.moe/silvana/setup-rust@v2.4.3
|
||||||
with:
|
with:
|
||||||
args: ${{ matrix.toolchain.name }} cargo build
|
args: ${{ matrix.toolchain.name }} cargo build
|
||||||
|
|
||||||
- name: Run
|
- name: Run
|
||||||
uses: https://git.ragarock.moe/silvana/setup-rust@v2.4.2
|
uses: https://git.ragarock.moe/silvana/setup-rust@v2.4.3
|
||||||
with:
|
with:
|
||||||
args: ${{ matrix.toolchain.name }} cargo run
|
args: ${{ matrix.toolchain.name }} cargo run
|
||||||
|
|
|
@ -14,7 +14,9 @@ RUN apk update && \
|
||||||
cargo install cargo-chef \
|
cargo install cargo-chef \
|
||||||
cargo-hack \
|
cargo-hack \
|
||||||
cargo-machete \
|
cargo-machete \
|
||||||
cargo-mutants
|
cargo-mutants \
|
||||||
|
cargo-fmt \
|
||||||
|
cargo-clippy
|
||||||
|
|
||||||
COPY entrypoint.sh /
|
COPY entrypoint.sh /
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue