From 0228cfa9055b9eb3a82dccaee66b288903c82692 Mon Sep 17 00:00:00 2001 From: ward Date: Thu, 4 Dec 2025 17:39:51 +0000 Subject: [PATCH] Update .forgejo/workflows/ci.yml --- .forgejo/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 0d520f2..84d5d8b 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -11,6 +11,9 @@ jobs: - name: Checkout uses: https://code.forgejo.org/actions/checkout@v6 + - name: Rust toolchain + uses: https://github.com/dtolnay/rust-toolchain@1.89.0 + - name: Super-linter uses: https://github.com/super-linter/super-linter@v8.3.0 # x-release-please-version env: @@ -23,8 +26,5 @@ jobs: VALIDATE_GITLEAKS: true VALIDATE_TRIVY: true - - name: Rust toolchain - uses: https://github.com/dtolnay/rust-toolchain@1.89.0 - #- run: cargo test --all-features - run: cargo run -- --help