Skip to content

Commit

Permalink
[BOT] Updating 72d010d content
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 26, 2024
1 parent 72d010d commit 1cd0561
Show file tree
Hide file tree
Showing 112 changed files with 2,707 additions and 2,254 deletions.
File renamed without changes.
14 changes: 11 additions & 3 deletions rustbook-en/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- name: Install Rust
run: |
rustup set profile minimal
rustup toolchain install 1.76 -c rust-docs
rustup default 1.76
rustup toolchain install 1.78 -c rust-docs
rustup default 1.78
- name: Install mdbook
run: |
mkdir bin
Expand All @@ -38,7 +38,15 @@ jobs:
rustup set profile minimal
rustup toolchain install 1.76 -c rust-docs
rustup default 1.76
- name: Run package tests
- name: Run `tools` package tests
run: |
cargo test
- name: Run `mdbook-trpl-note` package tests
working-directory: packages/mdbook-trpl-note
run: |
cargo test
- name: Run `mdbook-trpl-listing` package tests
working-directory: packages/mdbook-trpl-listing
run: |
cargo test
lint:
Expand Down
Loading

0 comments on commit 1cd0561

Please sign in to comment.