From 6c42aef1b5287b68dfcbc6db2527ff5322812f42 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Tue, 8 Nov 2022 19:12:19 +1100 Subject: [PATCH] Fixups --- .github/workflows/test-suite.yml | 10 ---------- Cargo.lock | 1 + 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index a3e9625b50..8866e68a91 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -278,16 +278,6 @@ jobs: uses: arduino/setup-protoc@v1 - name: Typecheck benchmark code without running it run: make check-benches - check-consensus: - name: check-consensus - runs-on: ubuntu-latest - needs: cargo-fmt - steps: - - uses: actions/checkout@v1 - - name: Get latest version of stable Rust - run: rustup update stable - - name: Typecheck consensus code in strict mode - run: make check-consensus clippy: name: clippy runs-on: ubuntu-latest diff --git a/Cargo.lock b/Cargo.lock index bf84feee24..b8fb009d8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3145,6 +3145,7 @@ dependencies = [ "lighthouse_network", "lighthouse_version", "log", + "malloc_utils", "sensitive_url", "serde", "serde_json",