mirror of https://github.com/telemt/telemt.git
add git action to build and test every PR
This commit is contained in:
parent
e33092530d
commit
010eb5270f
|
|
@ -42,5 +42,11 @@ jobs:
|
||||||
- name: Build Release
|
- name: Build Release
|
||||||
run: cargo build --release --verbose
|
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
|
- name: Check for unused dependencies
|
||||||
run: cargo udeps || true
|
run: cargo udeps || true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue