From c7ef45ca9e738650484200d88a64996b67cebae0 Mon Sep 17 00:00:00 2001 From: nichkara Date: Sat, 20 Sep 2025 14:01:25 +0200 Subject: [PATCH] Fix nquote --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index ba487a7..1c3c0ea 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -26,5 +26,5 @@ jobs: - name: Running testbench run: | - . "$HOME/.cargo/env + . "$HOME/.cargo/env" cargo test