Skip to content

Commit

Permalink
Fix check flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Oct 25, 2023
1 parent 22e2241 commit 93520bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 93520bd

Please sign in to comment.