|
@@ -94,7 +94,7 @@ jobs:
|
|
- name: Code Style and Doc Style
|
|
- name: Code Style and Doc Style
|
|
if: inputs.do-style-check
|
|
if: inputs.do-style-check
|
|
run: |
|
|
run: |
|
|
- cargo doc --document-private-items --features ${{ inputs.features }} --no-default-features
|
|
|
|
|
|
+ cargo doc --no-deps --document-private-items --features ${{ inputs.features }} --no-default-features
|
|
cargo clippy --all-targets --features ${{ inputs.features }} --no-default-features
|
|
cargo clippy --all-targets --features ${{ inputs.features }} --no-default-features
|
|
- name: Unit Test (UNIX)
|
|
- name: Unit Test (UNIX)
|
|
if: inputs.do-test && runner.os != 'Windows'
|
|
if: inputs.do-test && runner.os != 'Windows'
|