Merge commit '83e42a2337' into clippyup
This commit is contained in:
commit
0ca8ae5edd
145 changed files with 4737 additions and 1704 deletions
|
|
@ -180,6 +180,8 @@ jobs:
|
|||
|
||||
# Run
|
||||
- name: Build Integration Test
|
||||
env:
|
||||
CARGO_PROFILE_DEV_SPLIT_DEBUGINFO: off
|
||||
run: cargo test --test integration --features integration --no-run
|
||||
|
||||
# Upload
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
- name: Install mdbook
|
||||
run: |
|
||||
mkdir mdbook
|
||||
curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.18/mdbook-v0.4.18-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
|
||||
curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.28/mdbook-v0.4.28-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
|
||||
echo `pwd`/mdbook >> $GITHUB_PATH
|
||||
|
||||
# Run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue