From 4bdb7c6721fe973811e89a45a2f5bd48dd70fa2d Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 17 Sep 2024 14:27:03 +0100 Subject: [PATCH] build: run integration test with same os as it was built --- .forgejo/workflows/push-next.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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