Skip to content

Commit 6c3fc0c

Browse files
committed
fix ci
1 parent f24f32d commit 6c3fc0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
uses: actions-rs/cargo@v1
3333
with:
3434
command: check
35-
args: --all --bins --examples --features hyperium_http
35+
args: --all --bins --examples
3636

3737
- name: check unstable
3838
uses: actions-rs/cargo@v1
3939
with:
4040
command: check
41-
args: --all --benches --bins --examples --tests --features hyperium_http
41+
args: --all --benches --bins --examples --tests
4242

4343
- name: tests
4444
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)