Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed May 10, 2024
1 parent 2156948 commit b8a70fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ permissions:
jobs:
check-doc:
name: Check doc
env:
RUSDOCTFLAGS: "-Dwarnings --cfg docsrs -Zunstable-options --generate-link-to-definition"
runs-on: ubuntu-latest
env:
RUSTDOCFLAGS: "-Dwarnings --cfg docsrs -Zunstable-options --generate-link-to-definition"
steps:
- uses: actions/checkout@v4
- name: Install toolchain
Expand Down

0 comments on commit b8a70fb

Please sign in to comment.