Skip to content

Commit edd44a6

Browse files
flosseAbestanis
andcommitted
Update .github/workflows/continuous_integration.yaml
Co-authored-by: Abestanis <sebastian@gamaspace.com>
1 parent 0652e76 commit edd44a6

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/continuous_integration.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,7 @@ jobs:
7171
-- --nocapture --quiet
7272
7373
- name: Test workspace with all feature combinations
74-
uses: actions-rs/cargo@v1
75-
with:
76-
command: all-features
77-
args: test --workspace
74+
run: cargo all-features test --workspace
7875

7976
- name: Build workspace documentation with all features enabled
8077
run: cargo doc --workspace --locked --target ${{ matrix.target }} --all-features

0 commit comments

Comments
 (0)