mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 05:06:44 +01:00
committed by
GitHub
parent
3a828740cc
commit
0be569eca0
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -18,6 +18,8 @@ jobs:
|
||||
|
||||
- name: Install Rust nightly
|
||||
uses: dtolnay/rust-toolchain@nightly
|
||||
with:
|
||||
components: clippy, rustfmt
|
||||
|
||||
- name: Cache cargo dependencies
|
||||
uses: actions/cache@v4
|
||||
@@ -33,5 +35,11 @@ jobs:
|
||||
- name: Build
|
||||
run: cargo build --all-targets
|
||||
|
||||
- name: Clippy (deny warnings)
|
||||
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
|
||||
|
||||
- name: rustfmt (check only)
|
||||
run: cargo fmt --all --check
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test --all
|
||||
Reference in New Issue
Block a user