Skip to content

Commit

Permalink
Merge main into only-new-async
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed May 10, 2024
2 parents fb49d51 + 698a756 commit 87a015f
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 87a015f

Please sign in to comment.