We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a1b52 commit 7199cf6Copy full SHA for 7199cf6
.cirrus.yml
@@ -17,8 +17,8 @@ task:
17
- cargo build
18
- cargo build --no-default-features
19
enable_tcp_fastopen:
20
- - sudo sysctl net.inet.tcp.fastopen.client_enable=1
21
- - sudo sysctl net.inet.tcp.fastopen.server_enable=1
+ - sysctl net.inet.tcp.fastopen.client_enable=1
+ - sysctl net.inet.tcp.fastopen.server_enable=1
22
amd64_test_script:
23
- . $HOME/.cargo/env
24
- cargo test --all-features
0 commit comments