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 fb080c2 commit ca39585Copy full SHA for ca39585
.github/workflows/build-and-test.yaml
@@ -36,14 +36,14 @@ jobs:
36
uses: actions-rs/cargo@v1
37
with:
38
command: check
39
- args: --all --benches --bins --examples --tests --all-features
+ args: --all --bins --examples --tests --all-features
40
41
- name: Run cargo check (without dev-dependencies to catch missing feature flags)
42
if: startsWith(matrix.rust, 'nightly')
43
44
45
46
- args: -Z features=dev_dep
+ args: --all --benches --examples --tests -Z features=dev_dep
47
48
- name: Run cargo test
49
0 commit comments