Skip to content

Commit 724a526

Browse files
author
Rahul Patni
committed
removing cargo check and vet
1 parent 83fd63f commit 724a526

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

.github/workflows/rust_ci.yml

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -26,43 +26,3 @@ jobs:
2626
- name: "Clippy check on ironfish-rust"
2727
run: |
2828
cargo clippy --all-targets --all-features -- -D warnings
29-
30-
cargo_check:
31-
name: Check Rust
32-
runs-on: ubuntu-latest
33-
steps:
34-
- uses: actions/checkout@v4
35-
36-
- name: Cache Rust
37-
uses: Swatinem/rust-cache@v2
38-
with:
39-
save-if: false
40-
shared-key: base
41-
42-
- name: Install cargo-all-features
43-
run: |
44-
cargo install --locked cargo-all-features
45-
46-
- name: Check that cargo lockfile is up to date
47-
run: |
48-
cargo check-all-features --locked --all-targets
49-
50-
cargo_vet:
51-
name: Vet Dependencies
52-
runs-on: ubuntu-latest
53-
steps:
54-
- uses: actions/checkout@v4
55-
56-
- name: Cache Rust
57-
uses: Swatinem/rust-cache@v2
58-
with:
59-
save-if: false
60-
shared-key: base
61-
62-
- name: Install cargo-vet
63-
run: |
64-
cargo install --locked cargo-vet
65-
66-
- name: Vet dependencies
67-
run: |
68-
cargo vet

0 commit comments

Comments
 (0)