Skip to content

Commit

Permalink
remove rust from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
schwartz-concordium committed Dec 14, 2023
1 parent 5ee1754 commit cc50035
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,6 @@ jobs:
with:
submodules: recursive

- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ env.RUST_VERSION }}
override: true
components: rustfmt, clippy

- 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 --release -- --no-deps

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

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

- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit cc50035

Please sign in to comment.