Skip to content

Commit d913a49

Browse files
committed
Fix env var
1 parent e9d6295 commit d913a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
override: true
2121
run: cargo install cargo-deadlinks
2222
- name: doc (rand)
23-
env: RUSTDOCFLAGS: --cfg doc_cfg
23+
env: RUSTDOCFLAGS: '--cfg doc_cfg'
2424
# --all builds all crates, but with default features for other crates (okay in this case)
2525
run: cargo deadlinks --ignore-fragments -- --all --features nightly,serde1,getrandom,small_rng
2626

0 commit comments

Comments
 (0)