Updated workflow
sender Build / Check (pull_request) Successful in 27s
sender Build / Rustfmt (pull_request) Successful in 26s
sender Build / Test Suite (pull_request) Failing after 52s
sender Build / Clippy (pull_request) Failing after 1m17s
sender Build / build (pull_request) Successful in 5m30s

This commit is contained in:
2026-06-06 15:46:05 -04:00
parent da6f0e1f9f
commit 80fa5f0a24
+2
View File
@@ -46,6 +46,8 @@ jobs:
chmod 600 ~/.ssh/deploy_key chmod 600 ~/.ssh/deploy_key
ssh-keyscan ${{ secrets.MY_HOST }} >> ~/.ssh/known_hosts ssh-keyscan ${{ secrets.MY_HOST }} >> ~/.ssh/known_hosts
eval $(ssh-agent -s) eval $(ssh-agent -s)
touch .env
echo "$AUTH_SID" > .env
ssh-add -v ~/.ssh/deploy_key ssh-add -v ~/.ssh/deploy_key
cargo test cargo test