ci: Modified CI/CD workflows so they can be tested locally with Act

This commit is contained in:
2025-08-29 10:58:39 -06:00
parent 0b29351366
commit 63ae64cebd
5 changed files with 37 additions and 11 deletions
+1
View File
@@ -175,6 +175,7 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Upload to codecov.io
if: env.ACT != 'true'
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true