do a build alongside clippy linting during CI

This commit is contained in:
Zero 2023-05-05 21:54:17 -06:00
parent 6d2b6251ff
commit 49ae135e3f
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B

View file

@ -32,3 +32,6 @@ jobs:
- name: Check clippy lints
run: cargo clippy
- name: Check build
run: cargo build --verbose