Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit f62e4df

Browse files
committed
Add --cfg docsrs to doc CI script, disable macos sanitizer tests because they're slow
1 parent 2fc1acd commit f62e4df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
matrix:
149149
os: [ubuntu-latest, macos-latest]
150150
sanitizer: [address, thread, memory, leak]
151-
target: [x86_64-unknown-linux-gnu, x86_64-apple-darwin]
151+
target: [x86_64-unknown-linux-gnu] # x86_64-apple-darwin
152152
exclude:
153153
# Exclude ubuntu runs with darwin targets
154154
- { os: ubuntu-latest, target: x86_64-apple-darwin }
@@ -256,7 +256,7 @@ jobs:
256256
uses: actions-rs/cargo@v1
257257
with:
258258
command: rustdoc
259-
args: --all-features -- -D warnings
259+
args: --all-features --cfg docsrs -- -D warnings
260260

261261
udeps:
262262
name: Unused Dependencies

0 commit comments

Comments
 (0)