Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Feb 22, 2024
1 parent 8683c8d commit 187b527
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
components: rustfmt, clippy

- name: Lint
run: |
cargo fmt -- --check
cargo clippy --all-targets
cargo clippy --all-features --all-targets
- name: Build Documentation
run: cargo doc --no-deps
# - name: Build Documentation
# run: cargo doc --no-deps

- name: Run tests
run: cargo test --all-features
2 changes: 2 additions & 0 deletions .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ env:
jobs:
rustdoc:
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: Checkout repository
Expand Down

0 comments on commit 187b527

Please sign in to comment.