Skip to content

Commit

Permalink
Fix env var
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Dec 8, 2020
1 parent e9d6295 commit d913a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
override: true
run: cargo install cargo-deadlinks
- name: doc (rand)
env: RUSTDOCFLAGS: --cfg doc_cfg
env: RUSTDOCFLAGS: '--cfg doc_cfg'
# --all builds all crates, but with default features for other crates (okay in this case)
run: cargo deadlinks --ignore-fragments -- --all --features nightly,serde1,getrandom,small_rng

Expand Down

0 comments on commit d913a49

Please sign in to comment.