Workflow change
Some checks failed
Rust Build / Check (pull_request) Successful in 42s
Rust Build / Test Suite (pull_request) Failing after 51s
Rust Build / Rustfmt (pull_request) Successful in 27s
Rust Build / Clippy (pull_request) Successful in 47s
Rust Build / build (pull_request) Successful in 1m8s

This commit is contained in:
KD
2025-04-03 11:47:46 -04:00
parent 5e7d0cb5af
commit 7174962d0b

View File

@@ -67,7 +67,8 @@ jobs:
echo "Docker environment check complete."
# NOTE: Do NOT use continue-on-error here.
# If Docker isn't working as expected, the job SHOULD fail here.
- run: |
- name: Run tests
run: |
mkdir -p ~/.ssh
echo "${{ secrets.MYREPO_TOKEN }}" > ~/.ssh/gitlab_deploy_key
chmod 600 ~/.ssh/gitlab_deploy_key