Trying to fix workflow
sender Build / Check (pull_request) Successful in 30s
sender Build / Rustfmt (pull_request) Successful in 25s
sender Build / Clippy (pull_request) Failing after 28s
sender Build / build (pull_request) Successful in 33s
sender Build / Test Suite (pull_request) Successful in 39s

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