Skip to content

Commit b2fe913

Browse files
author
Stjepan Glavina
authored
Add channel behind unstable feature flag (#380)
* Add channel behind unstable feature flag * Don't check tests without unstable feature flag * Fix typos * Remove useless attribute
1 parent 2abf5ca commit b2fe913

File tree

5 files changed

+1487
-1
lines changed

5 files changed

+1487
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions-rs/cargo@v1
3232
with:
3333
command: check
34-
args: --all --benches --bins --examples --tests
34+
args: --all --bins --examples
3535

3636
- name: check unstable
3737
uses: actions-rs/cargo@v1

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ pin-project-lite = "0.1"
4747

4848
[dev-dependencies]
4949
femme = "1.2.0"
50+
rand = "0.7.2"
5051
# surf = "1.0.2"
5152
tempdir = "0.3.7"
5253
futures-preview = { version = "=0.3.0-alpha.19", features = ["async-await"] }

0 commit comments

Comments
 (0)