Skip to content

Commit

Permalink
infra: run package tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed May 9, 2024
1 parent fb49d51 commit f3fc42f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .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 f3fc42f

Please sign in to comment.