Skip to content

Commit 0548809

Browse files
committed
fix: clippy and cargo-doc, and feature flag
1 parent 9605c84 commit 0548809

File tree

20 files changed

+92
-380
lines changed

20 files changed

+92
-380
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
with:
6060
tool: just
6161
- run: just build --package ktls
62-
- run: just build --package ktls --features raw-api
6362
- run: just build --package ktls-sys
63+
- run: just build --package ktls-test
6464
- run: just build --package ktls-util
6565

6666
doc:

.github/workflows/kernel-compatibility-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Generate the test binary
7878
run: |
79-
cargo build --package ktls --example client --features tracing --release --target x86_64-unknown-linux-musl
79+
cargo build --package ktls-test --example client --release --target x86_64-unknown-linux-musl
8080
8181
- name: Cache Linux source
8282
id: cache-kernel

0 commit comments

Comments
 (0)