Skip to content

Commit 9eb017e

Browse files
Merge pull request #1454 from product-os/cargo-test-all
Test all targets and features for Rust projects
2 parents 6b48f4a + c52b6c2 commit 9eb017e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/flowzone.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flowzone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4183,7 +4183,7 @@ jobs:
41834183
run: cross -v clippy --all-targets --all-features --target ${{ matrix.target }} -- -D warnings
41844184

41854185
- name: Run tests for toolchain ${{ matrix.target }}
4186-
run: cross -v test --locked --target ${{ matrix.target }}
4186+
run: cross -v test --all-targets --all-features --locked --target ${{ matrix.target }}
41874187

41884188
- name: Generate metadata
41894189
id: meta

0 commit comments

Comments
 (0)