change build to check without timing the CI

This commit is contained in:
4meta5
2023-12-04 07:53:20 -05:00
parent 45ff955beb
commit 46e838cd9b
+1 -1
View File
@@ -62,7 +62,7 @@ jobs:
run: cargo test
- name: Check build
run: cargo build --release
run: cargo check --release
- name: Check clippy
run: cargo clippy --locked --all-targets -- -D warnings