Update .forgejo/workflows/ci.yml
All checks were successful
CI / cargo test (push) Successful in 3m36s

This commit is contained in:
ward 2025-12-04 17:39:51 +00:00
parent da0bb2b44d
commit 0228cfa905

View file

@ -11,6 +11,9 @@ jobs:
- name: Checkout - name: Checkout
uses: https://code.forgejo.org/actions/checkout@v6 uses: https://code.forgejo.org/actions/checkout@v6
- name: Rust toolchain
uses: https://github.com/dtolnay/rust-toolchain@1.89.0
- 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
env: env:
@ -23,8 +26,5 @@ jobs:
VALIDATE_GITLEAKS: true VALIDATE_GITLEAKS: true
VALIDATE_TRIVY: true VALIDATE_TRIVY: true
- name: Rust toolchain
uses: https://github.com/dtolnay/rust-toolchain@1.89.0
#- run: cargo test --all-features #- run: cargo test --all-features
- run: cargo run -- --help - run: cargo run -- --help