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 d0ab795 commit 5af77ceCopy full SHA for 5af77ce
.github/workflows/ci.yaml
@@ -32,13 +32,13 @@ jobs:
32
uses: actions-rs/cargo@v1
33
with:
34
command: check
35
- args: --all --bins --examples --features hyperium_http
+ args: --all --bins --examples
36
37
- name: check unstable
38
39
40
41
- args: --all --benches --bins --examples --tests --features hyperium_http
+ args: --all --benches --bins --examples --tests
42
43
- name: tests
44
0 commit comments