We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc2eacd commit 1a29ee6Copy full SHA for 1a29ee6
1 file changed
.github/workflows/doc.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: actions-rs/cargo@v1
40
with:
41
command: doc
42
- args: --manifest-path diesel/Cargo.toml --features "postgres sqlite mysql extras" --workspace --exclude=diesel_compile_tests
+ args: --manifest-path diesel/Cargo.toml --features "postgres sqlite mysql extras" --workspace
43
44
- name: Publish documentation
45
if: success()
0 commit comments