From 8ce7bb0857fc3759bf3902b65f7200f4ff4d21a5 Mon Sep 17 00:00:00 2001 From: c0repwn3r Date: Mon, 26 Jun 2023 19:32:54 -0400 Subject: [PATCH] check for compile errors too --- .builds/check.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.builds/check.yml b/.builds/check.yml index 17a3ed6..3fcc358 100644 --- a/.builds/check.yml +++ b/.builds/check.yml @@ -15,24 +15,30 @@ tasks: - check-dnapi-rs: | source ~/.cargo/env cd /home/build/trifid/dnapi-rs + cargo check --locked --target x86_64-unknown-linux-musl cargo clippy --locked --target x86_64-unknown-linux-musl - check-nebula-ffi: | source ~/.cargo/env cd /home/build/trifid/nebula-ffi + cargo check --locked --target x86_64-unknown-linux-musl cargo clippy --locked --target x86_64-unknown-linux-musl - check-tfcli: | source ~/.cargo/env cd /home/build/trifid/tfcli + cargo check --locked --target x86_64-unknown-linux-musl cargo clippy --locked --target x86_64-unknown-linux-musl - check-tfclient: | source ~/.cargo/env cd /home/build/trifid/tfclient + cargo check --locked --target x86_64-unknown-linux-musl cargo clippy --locked --target x86_64-unknown-linux-musl - check-trifid-api: | source ~/.cargo/env cd /home/build/trifid/trifid-api + cargo check --locked --target x86_64-unknown-linux-musl cargo clippy --locked --target x86_64-unknown-linux-musl - check-trifid-pki: | source ~/.cargo/env cd /home/build/trifid/trifid-pki + cargo check --locked --target x86_64-unknown-linux-musl cargo clippy --locked --target x86_64-unknown-linux-musl