We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc56612 commit b4893b0Copy full SHA for b4893b0
1 file changed
.github/workflows/build-test-all.yml
@@ -42,13 +42,13 @@ jobs:
42
uses: actions-rs/cargo@v1
43
with:
44
command: build
45
- args: --package ${{ matrix.crate }} --release --target ${{ matrix.target }}
+ args: --manifest-path ${{ matrix.crate }}/Cargo.toml --release --target ${{ matrix.target }} --features "packaged"
46
47
- name: Test ${{ matrix.crate }}
48
49
50
command: test
51
52
53
- name: rustfmt
54
if: matrix.os == 'ubuntu-latest' && matrix.rust == 'stable'
0 commit comments