diff --git a/.forgejo/workflows/push-next.yml b/.forgejo/workflows/push-next.yml index 20575cf..f35d58f 100644 --- a/.forgejo/workflows/push-next.yml +++ b/.forgejo/workflows/push-next.yml @@ -18,21 +18,21 @@ jobs: uses: actions/checkout@v4 - name: Format - uses: https://git.kemitix.net/kemitix/rust@v1.80.0-2 + uses: https://git.kemitix.net/kemitix/rust@v1.80.1-1 with: - args: cargo fmt --all -- --check + args: cargo hack fmt --feature-powerset --all -- --check - name: Clippy - uses: https://git.kemitix.net/kemitix/rust@v1.80.0-2 + uses: https://git.kemitix.net/kemitix/rust@v1.80.1-1 with: - args: cargo clippy + args: cargo hack clippy --feature-powerset - name: Build - uses: https://git.kemitix.net/kemitix/rust@v1.80.0-2 + uses: https://git.kemitix.net/kemitix/rust@v1.80.1-1 with: - args: cargo build + args: cargo hack build --feature-powerset - name: Test - uses: https://git.kemitix.net/kemitix/rust@v1.80.0-2 + uses: https://git.kemitix.net/kemitix/rust@v1.80.1-1 with: - args: cargo test + args: cargo hack test --feature-powerset