Skip to content

Commit

Permalink
Testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sauliusgrigaitis committed Oct 2, 2024
1 parent c7c07b2 commit 2d64017
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
# <https://github.com/actions/runner-images/blob/ubuntu22/20240401.4/images/ubuntu/Ubuntu2204-Readme.md#rust-tools>
# Running `rustc` or Cargo should automatically install the toolchain specified in `rust-toolchain.toml`.
- uses: Swatinem/rust-cache@v2
- name: Run cargo build
run: cargo build --release --features default-networks
- name: Check if code is formatted
run: cargo fmt --check
- name: Run Clippy
Expand All @@ -27,6 +25,3 @@ jobs:
run: cargo test --release --no-fail-fast
- name: Check consensus-spec-tests coverage
run: scripts/ci/consensus-spec-tests-coverage.rb
# Ignore RUSTSEC-2023-0071 because we don't use RSA in `jwt-simple`
- name: Run cargo audit
run: cargo audit --ignore RUSTSEC-2024-0370 --ignore RUSTSEC-2023-0071

0 comments on commit 2d64017

Please sign in to comment.