mirror of
https://github.com/zhom/banderole.git
synced 2026-04-22 03:46:17 +02:00
chore: linting
This commit is contained in:
@@ -63,16 +63,16 @@ jobs:
|
||||
run: cargo fmt --all -- --check
|
||||
|
||||
- name: Run Clippy
|
||||
run: cargo clippy --target ${{ matrix.target }} --all-targets --all-features -- -D warnings
|
||||
run: cargo clippy --all-targets --all-features -- -D warnings
|
||||
|
||||
- name: Build
|
||||
run: cargo build --target ${{ matrix.target }} --verbose
|
||||
run: cargo build --verbose
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test --target ${{ matrix.target }} --verbose
|
||||
run: cargo test --verbose
|
||||
|
||||
- name: Build release
|
||||
run: cargo build --target ${{ matrix.target }} --release --verbose
|
||||
run: cargo build --release --verbose
|
||||
|
||||
# Test installation from crates.io simulation
|
||||
install-test:
|
||||
|
||||
Reference in New Issue
Block a user