Skip to content

Commit

Permalink
Remove duplicate doc tests (#3205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz authored Aug 16, 2024
1 parent ffe93a7 commit 0e1671c
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ jobs:
uses: actions/checkout@v4
- name: Check
run: cargo doc --no-deps -p windows
- name: Doctests
run: >
cargo test --doc -p windows
-F Data_Xml_Dom
-F Win32_Security
-F Win32_System_Threading
-F Win32_UI_WindowsAndMessaging

windows-sys:
name: windows-sys
Expand All @@ -36,12 +29,6 @@ jobs:
uses: actions/checkout@v4
- name: Check
run: cargo doc --no-deps -p windows-sys
- name: Doctests
run: >
cargo test --doc -p windows-sys
-F Win32_Security
-F Win32_System_Threading
-F Win32_UI_WindowsAndMessaging

other-crates:
runs-on: windows-latest
Expand All @@ -63,18 +50,3 @@ jobs:
-p windows-strings
-p windows-targets
-p windows-version
- name: Doctests
run: >
cargo test --doc
-p windows-bindgen
-p windows-core
-p cppwinrt
-p windows-implement
-p windows-interface
-p windows-metadata
-p windows-registry
-p windows-result
-p windows-strings
-p windows-targets
-p windows-version

0 comments on commit 0e1671c

Please sign in to comment.