Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/main' into Mouradif/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Apr 21, 2024
2 parents 59a0c4c + c944050 commit 16dacc4
Show file tree
Hide file tree
Showing 41 changed files with 722 additions and 360 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable
profile: minimal
components: rustfmt, clippy
override: true
- uses: Swatinem/rust-cache@v1
with:
cache-on-failure: true
- name: cargo doc
run: cargo +nightly doc --all-features --no-deps
run: cargo doc --all-features --no-deps

cargo-clippy:
runs-on: ubuntu-latest
Expand All @@ -49,15 +49,15 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable
profile: minimal
components: rustfmt, clippy
override: true
- uses: Swatinem/rust-cache@v1
with:
cache-on-failure: false
- name: cargo clippy
run: cargo +nightly clippy --all --all-features -- -D warnings
run: cargo clippy --all --all-features -- -D warnings

tests:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 16dacc4

Please sign in to comment.