Skip to content

Commit

Permalink
Remove unnecessary step and refactor ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
schwartz-concordium committed Oct 23, 2023
1 parent c4b1169 commit 25743e2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,11 @@ jobs:
override: true
components: rustfmt, clippy

- name: Build Rust Project
run: cargo build --manifest-path=./backend/rust-bindings/Cargo.toml --release
- name: Format Rust Project
run: cargo fmt --manifest-path=./backend/rust-bindings/Cargo.toml --check

- name: Clippy Rust Project
run: cargo clippy --manifest-path=./backend/rust-bindings/Cargo.toml --tests -- --no-deps

- name: Format Rust Project
run: cargo fmt --manifest-path=./backend/rust-bindings/Cargo.toml --check

- name: Test Rust Project
run: cargo test --manifest-path=./backend/rust-bindings/Cargo.toml --release
Expand Down

0 comments on commit 25743e2

Please sign in to comment.