Skip to content

Commit

Permalink
Add workaround for rust-lang/cargo#9919 (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-fairy authored Sep 18, 2021
1 parent 36f786b commit d8941fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
override: true

- name: Doctest
run: cd doctest && cargo test
# https://github.com/rust-lang/cargo/issues/9919
run: cd doctest && CARGO_HTTP_MULTIPLEXING=false cargo test

rustfmt:
name: Rustfmt
Expand Down

0 comments on commit d8941fe

Please sign in to comment.