mirror of
https://github.com/aljazceru/pubky-core.git
synced 2025-12-31 21:04:34 +01:00
chore: update github workflow
This commit is contained in:
12
.github/workflows/rust.yaml
vendored
12
.github/workflows/rust.yaml
vendored
@@ -21,14 +21,20 @@ jobs:
|
||||
components: rustfmt, clippy
|
||||
override: true
|
||||
|
||||
- name: Check no default features
|
||||
run: cargo check --no-default-features
|
||||
|
||||
- name: Check formatting
|
||||
run: cargo fmt -- --check
|
||||
|
||||
- name: Lint with Clippy
|
||||
run: cargo clippy -- -D warnings
|
||||
run: cargo clippy --workspace --all-features --bins --tests
|
||||
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
run: cargo build --release --workspace --all-features --verbose
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
run: cargo test --all-features --workspace --verbose
|
||||
|
||||
- name: Run docs
|
||||
run: cargo doc --workspace --all-features --no-deps --document-private-items --verbose
|
||||
|
||||
Reference in New Issue
Block a user