Skip to content

Commit 5825833

Browse files
committed
add message-signatures feature to ci
1 parent 3a4190f commit 5825833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
flags: --no-default-features --features=native-tls,online-tests # disables rustls
2424
- target: x86_64-unknown-linux-gnu
2525
os: ubuntu-latest
26-
flags: --features=http3
26+
flags: --features=http3,message-signatures
2727
rustflags: --cfg reqwest_unstable
2828
- target: x86_64-apple-darwin
2929
os: macos-15-intel

0 commit comments

Comments
 (0)