parent
87fb505c56
commit
88c6a4b05c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ matrix:
|
||||||
script:
|
script:
|
||||||
- cargo test --verbose --all
|
- cargo test --verbose --all
|
||||||
# We can't pick individual features out with `cargo test --all` (At the time of this writing, this
|
# We can't pick individual features out with `cargo test --all` (At the time of this writing, this
|
||||||
# works but does the wrong thing because of a bug in cargo, but it's fix will be to disallow doing
|
# works but does the wrong thing because of a bug in cargo, but its fix will be to disallow doing
|
||||||
# this all-together, see https://github.com/rust-lang/cargo/issues/5364 for more information). To
|
# this all-together, see https://github.com/rust-lang/cargo/issues/5364 for more information). To
|
||||||
# work around this, we run individual tests for each subcrate individually.
|
# work around this, we run individual tests for each subcrate individually.
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Reference in a new issue