Skip to content

Commit

Permalink
CARGO_HTTP_MULTIPLEXING=false
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-fairy authored Sep 18, 2021
1 parent 48286eb commit 41d1793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2021-09-16
toolchain: nightly
profile: minimal
override: true

- name: Doctest
run: cd doctest && cargo test
run: cd doctest && CARGO_HTTP_MULTIPLEXING=false cargo test

0 comments on commit 41d1793

Please sign in to comment.