From 74c61813cf100dc1afe7a1512ed4a3e32e7a9f69 Mon Sep 17 00:00:00 2001 From: GsLogiMaker <87501052+GsLogiMaker@users.noreply.github.com> Date: Sat, 4 May 2024 17:21:47 -0500 Subject: [PATCH] Update unittests.yml --- .github/workflows/unittests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index b64061f..5dacf44 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -24,6 +24,7 @@ jobs: - uses: Swatinem/rust-cache@v2 with: workspaces: "./addons/glecs/rust/glecs" + cache-on-failure: true - name: Update Rust run: | @@ -43,10 +44,11 @@ jobs: # Version must include major, minor, and patch, and be >= 4.0.0 # Pre-release label is optional. version: 4.2.1 + mono: false - name: Run Godot import run: | - godot --headless --editor addons gut .cli_support __rebuilder_scene.tscn + godot --headless --editor ./addons/gut/.cli_support/__rebuilder_scene.tscn - name: Run unittests run: |