Skip to content

Commit 16f0aed

Browse files
authored
Merge pull request #130 from http-rs/fix-ci
test unstable & hyperium/http
2 parents 9e1808a + db74bfd commit 16f0aed

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
@@ -38,13 +38,13 @@ jobs:
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 --features "hyperium_http,unstable"
4242

4343
- name: tests
4444
uses: actions-rs/cargo@v1
4545
with:
4646
command: test
47-
args: --all
47+
args: --all --features "hyperium_http,unstable"
4848

4949
check_fmt_and_docs:
5050
name: Checking fmt and docs

0 commit comments

Comments
 (0)