Compare commits
3 commits
61ee9f1121
...
e66c290a99
Author | SHA1 | Date | |
---|---|---|---|
e66c290a99 | |||
842671bf4c | |||
20f92c7ea8 |
2 changed files with 8 additions and 9 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.1
|
uses: https://git.ragarock.moe/silvana/setup-rust@v2.4.4
|
||||||
with:
|
with:
|
||||||
args: cargo machete
|
args: cargo machete
|
||||||
|
|
||||||
- name: Format
|
- name: Format
|
||||||
uses: https://git.ragarock.moe/silvana/setup-rust@v2.4.1
|
uses: https://git.ragarock.moe/silvana/setup-rust@v2.4.4
|
||||||
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.1
|
uses: https://git.ragarock.moe/silvana/setup-rust@v2.4.4
|
||||||
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.1
|
uses: https://git.ragarock.moe/silvana/setup-rust@v2.4.4
|
||||||
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.1
|
uses: https://git.ragarock.moe/silvana/setup-rust@v2.4.4
|
||||||
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.1
|
uses: https://git.ragarock.moe/silvana/setup-rust@v2.4.4
|
||||||
with:
|
with:
|
||||||
args: ${{ matrix.toolchain.name }} cargo run
|
args: ${{ matrix.toolchain.name }} cargo run
|
||||||
|
|
|
@ -14,9 +14,8 @@ 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 \
|
rustup component add rustfmt clippy
|
||||||
cargo-clippy
|
|
||||||
|
|
||||||
COPY entrypoint.sh /
|
COPY entrypoint.sh /
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue