Skip to content

Commit

Permalink
Updated Github workflows CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
sauliusgrigaitis committed Sep 10, 2024
1 parent 0ff89c9 commit bdd0554
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ 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 audit
run: cargo audit --ignore RUSTSEC-2024-0370 --ignore RUSTSEC-2023-0071
- name: Check if code is formatted
run: cargo fmt --check
- name: Run Clippy
Expand All @@ -25,3 +27,4 @@ jobs:
run: cargo test --release --no-fail-fast
- name: Check consensus-spec-tests coverage
run: scripts/ci/consensus-spec-tests-coverage.rb

0 comments on commit bdd0554

Please sign in to comment.