Skip to content

Commit

Permalink
Change examples build to cargo check (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-fairy authored Sep 18, 2021
1 parent 4b31795 commit 2add073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

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

rustfmt:
name: Rustfmt
Expand Down

0 comments on commit 2add073

Please sign in to comment.