Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
ci: remove cargo-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Jul 7, 2024
1 parent e040c66 commit 3c86517
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/ci-and-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,13 @@ jobs:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Setup Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt, clippy
run: rustup component add rustfmt clippy
- name: Cargo fmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
run: cargo fmt --all -- --check
- name: Cargo clippy
uses: actions-rs/cargo@v1
with:
command: clippy
run: cargo clippy --all-features -- -D warnings
- name: Cargo test
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features
run: cargo test --all

build-image:
name: Build Docker image, and Publish on main branch
Expand Down

0 comments on commit 3c86517

Please sign in to comment.