diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-12-05 16:25:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-05 15:25:18 +0000 |
| commit | caa72f4ec2401c275ddd3d8794dcf0bfdf9697a8 (patch) | |
| tree | 490fcf0e7d7e3deb947d377109d886ecb579081a /.github | |
| parent | 8e4f5f21e0e52fb4ac88ab769e585af811d9b56e (diff) | |
Put HTTP server behind on-by-default feature flag (#5532)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ddb309b..268fd93c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,6 +64,7 @@ jobs: components: clippy, rustfmt - uses: Swatinem/rust-cache@v2 - run: cargo clippy --workspace --all-targets --all-features + - run: cargo clippy --workspace --all-targets --no-default-features - run: cargo fmt --check --all - run: cargo doc --workspace --no-deps |
