We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d155c commit 7045c2dCopy full SHA for 7045c2d
.github/workflows/spin.yml
@@ -42,7 +42,7 @@ jobs:
42
working-directory: spin
43
env:
44
RUSTDOCFLAGS: '-Zunstable-options --enable-index-page'
45
- run: 'cargo doc -Zrustdoc-map --no-deps --all --exclude spin-cli'
+ run: 'cargo doc -Zrustdoc-map --no-deps --all --exclude spin-cli --exclude test-components'
46
47
- uses: actions/checkout@v3
48
with:
0 commit comments