Skip to content

Commit

Permalink
update original
Browse files Browse the repository at this point in the history
  • Loading branch information
funkill committed May 23, 2024
1 parent e0df972 commit 0b0c9af
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 0b0c9af

Please sign in to comment.