From 93520bd38f51b86b35b9707ecfa3b18e9a5687c4 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Wed, 25 Oct 2023 14:21:56 +0200 Subject: [PATCH] Fix check flags --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a9305b9a..ed127250 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -176,4 +176,4 @@ jobs: target: ${{ matrix.target }} # Note that this does not test the `protobuf` feature (for now). See reasoning in https://github.com/prometheus/client_rust/pull/98/. - - run: cargo check --package libp2p --all-features --target=${{ matrix.target }} + - run: cargo check --target=${{ matrix.target }}