this help?
Some checks failed
CI / cargo test (push) Failing after 1m15s

This commit is contained in:
Ward Wouts 2025-05-28 10:28:28 +02:00
parent 62e3ae0b52
commit 44047af197

View file

@ -13,7 +13,12 @@ jobs:
- uses: https://github.com/oxsecurity/megalinter@v8
env:
MEGALINTER_FLAVOR: cupcake
GITHUB_SERVER_URL: https://forgejo.wizeazz.nl
#GITHUB_SERVER_URL: https://forgejo.wizeazz.nl
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false
GITHUB_STATUS_REPORTER: ${{ !env.ACT }}
GITHUB_COMMENT_REPORTER: ${{ !env.ACT }}
- uses: https://github.com/wackbyte/rust-toolchain@trunk
with: