Skip to content

Commit ca39585

Browse files
author
Stjepan Glavina
committed
Fix CI
1 parent fb080c2 commit ca39585

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ jobs:
3636
uses: actions-rs/cargo@v1
3737
with:
3838
command: check
39-
args: --all --benches --bins --examples --tests --all-features
39+
args: --all --bins --examples --tests --all-features
4040

4141
- name: Run cargo check (without dev-dependencies to catch missing feature flags)
4242
if: startsWith(matrix.rust, 'nightly')
4343
uses: actions-rs/cargo@v1
4444
with:
4545
command: check
46-
args: -Z features=dev_dep
46+
args: --all --benches --examples --tests -Z features=dev_dep
4747

4848
- name: Run cargo test
4949
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)