Skip to content

Commit

Permalink
update original
Browse files Browse the repository at this point in the history
  • Loading branch information
funkill committed May 11, 2024
1 parent c444859 commit 09828b9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions rustbook-en/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@ jobs:
mdbook --version
- name: Run tests
run: mdbook test
package_tests:
name: Run package tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Update rustup
run: rustup self update
- name: Install Rust
run: |
rustup set profile minimal
rustup toolchain install 1.76 -c rust-docs
rustup default 1.76
- name: Run package tests
run: |
cargo test
lint:
name: Run lints
runs-on: ubuntu-latest
Expand Down

0 comments on commit 09828b9

Please sign in to comment.