feat(ci): add rustfmt check to unit-tests workflow

Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
This commit is contained in:
Sandro-Alessio Gierens 2023-09-21 12:17:58 +02:00
parent 7ecfc917bc
commit 54c8dae733

View file

@ -53,3 +53,6 @@ jobs:
- name: Run clippy lints
run: cargo clippy -- -D warnings
- name: Run rustfmt checks
run: cargo fmt --check