Update .forgejo/workflows/ci.yml
Some checks failed
CI / cargo test (push) Failing after 13m9s

This commit is contained in:
ward 2025-12-04 14:02:18 +00:00
parent 91e8e47775
commit ca2ab8dfe0

View file

@ -8,7 +8,8 @@ jobs:
name: cargo test name: cargo test
runs-on: docker runs-on: docker
steps: steps:
- uses: https://code.forgejo.org/actions/checkout@v6 - name: Checkout
uses: https://code.forgejo.org/actions/checkout@v6
- name: Super-linter - name: Super-linter
uses: https://github.com/super-linter/super-linter@v8.3.0 # x-release-please-version uses: https://github.com/super-linter/super-linter@v8.3.0 # x-release-please-version
@ -24,7 +25,8 @@ jobs:
VALIDATE_GTILEAKS: true VALIDATE_GTILEAKS: true
VALIDATE_TRIVY: true VALIDATE_TRIVY: true
- uses: https://github.com/dtolnay/rust-toolchain@stable - name: Rust toolchain
uses: https://github.com/dtolnay/rust-toolchain@stable
#- run: cargo test --all-features #- run: cargo test --all-features
- run: cargo run -- --help - run: cargo run -- --help