diff --git a/.forgejo/workflows/push-next.yml b/.forgejo/workflows/push-next.yml index 4e52cca..3f17f02 100644 --- a/.forgejo/workflows/push-next.yml +++ b/.forgejo/workflows/push-next.yml @@ -41,4 +41,6 @@ jobs: args: cargo test --no-fail-fast - name: Integration - run: ./test.sh + uses: https://git.kemitix.net/kemitix/rust@v1.80.1 + with: + args: ./test.sh