mirror of
https://github.com/telemt/telemt.git
synced 2026-06-19 02:00:08 +07:00
add git action to build and test every PR
This commit is contained in:
@@ -42,5 +42,11 @@ jobs:
|
||||
- name: Build Release
|
||||
run: cargo build --release --verbose
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
|
||||
- name: Run clippy
|
||||
run: cargo clippy -- -D warnings
|
||||
|
||||
- name: Check for unused dependencies
|
||||
run: cargo udeps || true
|
||||
|
||||
Reference in New Issue
Block a user